From 379bd41f907f7250b796797b16aa3da3a6481802 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Tue, 16 Nov 2021 15:46:22 +0100 Subject: [PATCH] Use custom CMakeLists --- scripts/run_linux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 4a884ab..77ba12b 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -10,6 +10,8 @@ if [ ! -f "/jcef/README.md" ]; then git clone ${REPO} /jcef cd /jcef git checkout ${REF} + 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