diff options
| author | Colin Davidson <colrdavidson@gmail.com> | 2022-12-28 21:44:17 -0800 |
|---|---|---|
| committer | Colin Davidson <colrdavidson@gmail.com> | 2022-12-28 21:44:17 -0800 |
| commit | 5f27f2dd7f7c4af93435ff2e426cc5882cd8dbe7 (patch) | |
| tree | 02e14df3ab556b025cc579e0b9fc1674b6a38b2e /build_odin.sh | |
| parent | 00823ca88c870d49186dbcaa21c54384c0b9364f (diff) | |
move to work-stealing threadpool
Diffstat (limited to 'build_odin.sh')
| -rwxr-xr-x | build_odin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_odin.sh b/build_odin.sh index 5ecb7709a..bdf80c534 100755 --- a/build_odin.sh +++ b/build_odin.sh @@ -50,7 +50,7 @@ config_darwin() { panic "Requirement: llvm-config must be base version smaller than 15" fi - LDFLAGS="$LDFLAGS -liconv -ldl" + LDFLAGS="$LDFLAGS -liconv -ldl -framework System" CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)" LDFLAGS="$LDFLAGS -lLLVM-C" } |