Skip to content

Commit 82dd95f

Browse files
committed
Disable ZSTD use
It is not needed for our purposes and it fails the build on macOS because the libzstd binaries from brew contain only x64 binaries.
1 parent 42aee75 commit 82dd95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-llvm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function configure()
4343
-DLLVM_ENABLE_TERMINFO=OFF \
4444
-DLLVM_ENABLE_THREADS=OFF \
4545
-DLLVM_ENABLE_ZLIB=OFF \
46+
-DLLVM_ENABLE_ZSTD=OFF \
4647
-DLLVM_INCLUDE_BENCHMARKS=OFF \
4748
-DLLVM_INCLUDE_EXAMPLES=OFF \
4849
-DLLVM_INCLUDE_TESTS=OFF \

0 commit comments

Comments
 (0)