Skip to content

Commit

Permalink
max - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jan 25, 2024
1 parent f2c6213 commit 9da9b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/max/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ popd
pushd "source"
mkdir -p build
cd build
cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-linux-x86_64.cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON -DCMAKE_PREFIX_PATH="$VCPKG_INSTALLED_PATH" ..
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON -DCMAKE_PREFIX_PATH="$VCPKG_INSTALLED_PATH" ..
cmake --build . --parallel
popd

Expand Down

0 comments on commit 9da9b8d

Please sign in to comment.