Skip to content

Commit

Permalink
Fixing 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 63232cf commit 477c170
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) && pushd build && sudo make install -j$(nproc); popd
make install -j$(nproc) && mkdir -p build && pushd build && sudo make install -j$(nproc); popd

0 comments on commit 477c170

Please sign in to comment.