mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-12-25 15:55:56 +08:00
Refactor to support dynamic repositories
This commit is contained in:
@@ -15,6 +15,7 @@ if [ ! -f "/jcef/README.md" ]; then
|
||||
git clone ${REPO} /jcef
|
||||
cd /jcef
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user