Skip to content

Commit

Permalink
try two
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Jan 23, 2025
1 parent 7aa9a2c commit 76e97ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deps/setup-minisat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd "${dep_dir}"
git clone https://github.com/stp/minisat "${dep}"
cd "${dep}"
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH="${install_dir}" ..
cmake -DCMAKE_INSTALL_PREFIX:PATH="${install_dir}" ..
cmake --build . --parallel "$(nproc)"
cmake --install .
cd ..
Expand Down

0 comments on commit 76e97ee

Please sign in to comment.