From 9f5a30a8715d442ad002d704b6080436f26266be Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 9 Jan 2024 19:00:24 +0100 Subject: [PATCH] fix windows build wrongly calling vcpg from the submodule --- scripts/windows/1-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/1-configure.sh b/scripts/windows/1-configure.sh index d389371..bdd71d1 100755 --- a/scripts/windows/1-configure.sh +++ b/scripts/windows/1-configure.sh @@ -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