Skip to content

Commit

Permalink
Fixing up egg-library compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent 477c170 commit 5f7ef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/egg-library/compile.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

make install -j$(nproc) && mkdir -p build && pushd build && sudo make install -j$(nproc); popd
make install -j$(nproc) && mkdir -p build && pushd build && cmake .. && sudo make install -j$(nproc); popd

0 comments on commit 5f7ef9d

Please sign in to comment.