diff --git a/dependencies/egg-library/compile.sh b/dependencies/egg-library/compile.sh index 8e2f51d..0e21910 100755 --- a/dependencies/egg-library/compile.sh +++ b/dependencies/egg-library/compile.sh @@ -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