mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Changed nightly build for linux to include the llvm library file
This commit is contained in:
+2
-1
@@ -99,7 +99,8 @@ config_linux() {
|
||||
|
||||
LDFLAGS="$LDFLAGS -ldl"
|
||||
CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags --ldflags)"
|
||||
LDFLAGS="$LDFLAGS $($LLVM_CONFIG --libs core native --system-libs)"
|
||||
LDFLAGS="$LDFLAGS $($LLVM_CONFIG --libs core native --system-libs --libfiles) -Wl,-rpath=\$ORIGIN"
|
||||
cp $($LLVM_CONFIG --libfiles) ./
|
||||
}
|
||||
|
||||
build_odin() {
|
||||
|
||||
Reference in New Issue
Block a user