Skip to content

Commit

Permalink
need ONLY option to make cmake find numpy (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Denolf authored Sep 7, 2023
1 parent 8fd0b2b commit 612befc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-llvm-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cmake ../llvm \
-GNinja \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DPython3_FIND_VIRTUALENV=FIRST \
-DPython3_FIND_VIRTUALENV=ONLY \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DCLANG_LINK_CLANG_DYLIB=ON \
-DLLVM_BUILD_EXAMPLES=OFF \
Expand Down

0 comments on commit 612befc

Please sign in to comment.