mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-23 07:36:38 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user