From a66614d426fe89342c4793396989250a6c800225 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 5 Dec 2023 13:31:13 +0100 Subject: [PATCH] remove manual clone of commandline --- scripts/debian/2-configure.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/debian/2-configure.sh b/scripts/debian/2-configure.sh index 15ab28e..bce5e9e 100755 --- a/scripts/debian/2-configure.sh +++ b/scripts/debian/2-configure.sh @@ -2,16 +2,4 @@ set -ex -if [ -ne ./deps/commandline/CMakeLists.txt ] -then - rm -rf deps/commandline - git clone https://github.com/lionkor/commandline/ deps/commandline -fi - -if [ -ne ./deps/commandline/CMakeLists.txt ] -then - rm -rf deps/commandline - git clone https://github.com/microsoft/vcpkg/ deps/commandline -fi - cmake ${1:-.} -B bin -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -s -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 || cat "$SOURCE"/server/bin/vcpkg-bootstrap.log