Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Nov 6, 2023
1 parent e358ef1 commit a20cb58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/eternity/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH="$pfx" \
-DCMAKE_PREFIX_PATH="$VCPKG_INSTALLED_PATH" \
-DCMAKE_PREFIX_PATH="$pfx;$VCPKG_INSTALLED_PATH" \
..
make -j "$(nproc)"
make install DESTDIR="$pfx"
Expand Down

0 comments on commit a20cb58

Please sign in to comment.