Skip to content

Commit

Permalink
Fix winbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
karjonas committed Oct 3, 2021
1 parent a60b352 commit c4a8d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/create_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd vcpkg
.\vcpkg.exe install irrlicht ode openal-soft --triplet x64-windows
cd ../build
cmake ../../ -DDATA_DIR="./data" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="$base_path\vcpkg\scripts\buildsystems\vcpkg.cmake"
devenv LithaEngine.sln /Build Release
devenv PuzzleMoppet.sln /Build Release
cd ..
rmdir -r $out_dir
mkdir $out_dir
Expand Down

0 comments on commit c4a8d08

Please sign in to comment.