Remove CMake downloading in prebuild

This commit is contained in:
FriwiDev 2021-11-24 06:03:23 +01:00
parent c83d262399
commit c2ac54a715

View File

@ -20,9 +20,6 @@ if [ ! -f "/jcef/README.md" ]; then
git clone ${REPO} /jcef git clone ${REPO} /jcef
cd /jcef cd /jcef
git checkout ${REF} 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 else
echo "Found existing files to build" echo "Found existing files to build"
cd /jcef cd /jcef