From 0e924d0d5188872faa39ec0e712cf1954076700b Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 8 Jan 2024 10:53:23 +0100 Subject: [PATCH] fix bootstrap call --- scripts/debian-11/2-configure.sh | 2 +- scripts/debian-12/2-configure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian-11/2-configure.sh b/scripts/debian-11/2-configure.sh index 3c33547..19a44a8 100755 --- a/scripts/debian-11/2-configure.sh +++ b/scripts/debian-11/2-configure.sh @@ -2,6 +2,6 @@ set -ex -./vcpkg/bootstrap-vcpkg +./vcpkg/bootstrap-vcpkg.sh cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -g -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON diff --git a/scripts/debian-12/2-configure.sh b/scripts/debian-12/2-configure.sh index 3c33547..19a44a8 100755 --- a/scripts/debian-12/2-configure.sh +++ b/scripts/debian-12/2-configure.sh @@ -2,6 +2,6 @@ set -ex -./vcpkg/bootstrap-vcpkg +./vcpkg/bootstrap-vcpkg.sh cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -g -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON