keyboardio / Kaleidoscope-Bundle-Keyboardio

A Kaleidoscope distribution for the Keyboardio Model 01 and other keyboards.
Other
17 stars 24 forks source link

virtual: fix macOS linker #50

Closed tlyu closed 9 months ago

tlyu commented 9 months ago

Use -Wl,-ld_classic on macOS, to work around a bug in recent versions of XCode when trying to link object files created by GCC. This change has to be coordinated with the Kaleidoscope testing Makefiles, but is safe to apply first.

References:

https://github.com/Homebrew/homebrew-core/issues/145991 https://developer.apple.com/forums/thread/737707