You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode on macOS cannot handle multiple .c files having the same name as
it produces an object file like init-<hash>.o, but tries to link to
init.o
https://gitlab.kitware.com/cmake/cmake/-/issues/20501
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
0 commit comments