mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Remove CMake downloading in prebuild
This commit is contained in:
parent
c83d262399
commit
c2ac54a715
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user