Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
a0389655
Commit
a0389655
authored
Aug 13, 2013
by
Sébastien Toque
Browse files
only touch .zlib if it's not already there
parent
ca3bc651
Changes
1
Hide whitespace changes
Inline
Side-by-side
compile.sh
View file @
a0389655
...
...
@@ -207,7 +207,7 @@ export VLC_EXTRA_CFLAGS="${EXTRA_CFLAGS}"
make fetch
# We already have zlib available
mkdir
-p
zlib
;
touch
.zlib
[
-e
.zlib
]
||
(
mkdir
-p
zlib
;
touch
.zlib
)
make
$MAKEFLAGS
cd
../..
&&
mkdir
-p
android
&&
cd
android
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment