mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Sets llvm api back to use the generic sdk link
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ i32 linker_stage(lbGenerator *gen) {
|
|||||||
#endif
|
#endif
|
||||||
, linker, object_files, LIT(output_base), LIT(output_ext),
|
, linker, object_files, LIT(output_base), LIT(output_ext),
|
||||||
#if defined(GB_SYSTEM_OSX)
|
#if defined(GB_SYSTEM_OSX)
|
||||||
"-lSystem -lm -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/usr/local/lib",
|
"-lSystem -lm -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/lib",
|
||||||
#else
|
#else
|
||||||
"-lc -lm",
|
"-lc -lm",
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user