Skip to content

Commit

Permalink
LLVM 15 seems to try to link against libzstd which doesn't work on cr…
Browse files Browse the repository at this point in the history
…oss-compilation
  • Loading branch information
puremourning committed Sep 7, 2022
1 parent 325fa28 commit fbfa1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def BuildLlvm( build_dir,
'-DLLVM_ENABLE_ZLIB=OFF',
'-DLLVM_ENABLE_LIBEDIT=OFF',
'-DLLVM_ENABLE_LIBXML2=OFF',
'-DLLVM_ENABLE_ZSTD=OFF',
os.path.join( llvm_source_dir, 'llvm' )
]
if target != host: # We're cross compilinging and need a toolchain file.
Expand Down

0 comments on commit fbfa1e3

Please sign in to comment.