From c2ac54a715a648be63aee3483bdae639a1e8d761 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Wed, 24 Nov 2021 06:03:23 +0100 Subject: [PATCH] Remove CMake downloading in prebuild --- scripts/run_linux_prebuild.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/run_linux_prebuild.sh b/scripts/run_linux_prebuild.sh index 0d7cfec..60b1b00 100644 --- a/scripts/run_linux_prebuild.sh +++ b/scripts/run_linux_prebuild.sh @@ -20,9 +20,6 @@ if [ ! -f "/jcef/README.md" ]; then git clone ${REPO} /jcef cd /jcef git checkout ${REF} - #Temporary CMakeLists patching - beautify in the future - rm CMakeLists.txt - curl -o CMakeLists.txt https://raw.githubusercontent.com/jcefmaven/jcefbuild/master/CMakeLists.txt else echo "Found existing files to build" cd /jcef