mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Remove empty /jcef dir
This commit is contained in:
parent
399fba5ae8
commit
aa10991509
@ -6,6 +6,7 @@ echo "Building for architecture $TARGETARCH"
|
||||
|
||||
if [ ! -f "/jcef/README.md" ]; then
|
||||
echo "Did not find existing files to build - cloning..."
|
||||
rm -rf /jcef
|
||||
git clone https://bitbucket.org/chromiumembedded/java-cef.git /jcef
|
||||
else
|
||||
echo "Found existing files to build"
|
||||
|
Loading…
Reference in New Issue
Block a user