Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqiu committed Sep 24, 2021
1 parent 865a3a1 commit ac9ce6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ git submodule init
git submodule update
mkdir build
cd build
cmake ..
cd pybindings
cmake -DUSE_PYBIND=ON ..
cd pybinding
make
cd ../../..

Expand Down

0 comments on commit ac9ce6f

Please sign in to comment.