diff options
| author | Platin21 <armin.hamar@icloud.com> | 2020-10-31 22:15:16 +0100 |
|---|---|---|
| committer | Platin21 <armin.hamar@icloud.com> | 2020-10-31 22:15:16 +0100 |
| commit | 8158239d76e3407f7405e47b222ffb2f1c5aea31 (patch) | |
| tree | ddeba8337a188b69b7e59c553c26c2e52ca503dc /src/main.cpp | |
| parent | f3108493fbfc89a80643dba969828b7a01acac4e (diff) | |
Sets llvm api back to use the generic sdk link
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7e043b8d4..c50be6136 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -435,7 +435,7 @@ i32 linker_stage(lbGenerator *gen) { #endif , linker, object_files, LIT(output_base), LIT(output_ext), #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 "-lc -lm", #endif |