Skip to content

Commit

Permalink
Update the build line
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 30, 2020
1 parent 71e2dd0 commit e3dcc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_LLVM=yes \
-DWITH_STACKTRACE=yes \
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
-DCMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH;$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX=`pwd`/inst \
.
cmake --build . --target install

0 comments on commit e3dcc4a

Please sign in to comment.