mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-23 15:46:37 +08:00
Use custom CMakeLists
This commit is contained in:
parent
50f778a8c3
commit
379bd41f90
@ -10,6 +10,8 @@ if [ ! -f "/jcef/README.md" ]; then
|
|||||||
git clone ${REPO} /jcef
|
git clone ${REPO} /jcef
|
||||||
cd /jcef
|
cd /jcef
|
||||||
git checkout ${REF}
|
git checkout ${REF}
|
||||||
|
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