summaryrefslogtreecommitdiff
path: root/scripts/vendor/nunicode.sh
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-08-30 21:38:50 +0300
committerKonstantin Käfer <mail@kkaefer.com>2018-09-05 12:26:15 +0200
commit0e95e8f6b241ee8b30635a986f2c503f21997dd7 (patch)
tree6c79f34ed7a6a5fd06bb3e74ec5a3eb62bd16d72 /scripts/vendor/nunicode.sh
parentc62fabf532aa183d20180cf7e0ff8b471b99b9d6 (diff)
downloadqtlocation-mapboxgl-0e95e8f6b241ee8b30635a986f2c503f21997dd7.tar.gz
[build] add ability to extract zip files
Diffstat (limited to 'scripts/vendor/nunicode.sh')
-rwxr-xr-xscripts/vendor/nunicode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendor/nunicode.sh b/scripts/vendor/nunicode.sh
index 61a921cadd..79f1c83a3c 100755
--- a/scripts/vendor/nunicode.sh
+++ b/scripts/vendor/nunicode.sh
@@ -7,7 +7,7 @@ ROOT=alekseyt-nunicode-246bb27014ab
download "https://bitbucket.org/alekseyt/nunicode/get/$VERSION.tar.gz"
init
-extract "$ROOT/libnu/*.c" "$ROOT/libnu/*.h" "$ROOT/LICENSE"
+extract_gzip "$ROOT/libnu/*.c" "$ROOT/libnu/*.h" "$ROOT/LICENSE"
# Augment config.h with just the defines we need.
head -n 2 libnu/config.h > config.h