aboutsummaryrefslogtreecommitdiff
path: root/build_odin.sh
diff options
context:
space:
mode:
authorColin Davidson <colrdavidson@gmail.com>2022-12-28 21:44:17 -0800
committerColin Davidson <colrdavidson@gmail.com>2022-12-28 21:44:17 -0800
commit5f27f2dd7f7c4af93435ff2e426cc5882cd8dbe7 (patch)
tree02e14df3ab556b025cc579e0b9fc1674b6a38b2e /build_odin.sh
parent00823ca88c870d49186dbcaa21c54384c0b9364f (diff)
move to work-stealing threadpool
Diffstat (limited to 'build_odin.sh')
-rwxr-xr-xbuild_odin.sh2
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"
}