Skip to content

Commit

Permalink
fix windows build wrongly calling vcpg from the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Jan 9, 2024
1 parent b53b26c commit f59b0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/1-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -ex

./vcpkg/vcpkg add port lua
vcpkg add port lua

cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DBeamMP-Server_ENABLE_LTO=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static

0 comments on commit f59b0ad

Please sign in to comment.