Skip to content

Commit

Permalink
fix: use different prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatashev committed Jan 4, 2024
1 parent c6e8758 commit 025f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"-DCMAKE_C_COMPILER=clang",
"-DCMAKE_CXX_COMPILER=clang++",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_PREFIX=\".\"",
"-DCMAKE_INSTALL_PREFIX=\"\"",
"-DLLVM_TARGETS_TO_BUILD={}".format(';'.join(targets_to_build)),
"-DLLVM_RUNTIME_TARGETS={}".format(';'.join(runtime_targets)),
"-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON",
Expand Down

0 comments on commit 025f103

Please sign in to comment.