summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-11-02 13:55:01 +0200
committerMichael Meeks <michael.meeks@collabora.com>2022-11-02 12:12:11 +0000
commit3862efd37eec294ad23f1a3e4d43580db0b330cb (patch)
tree5d2c122633ab0639d6126547e697ff7af7ea689e /scripts
parentiOS is only 64-bit since long (diff)
downloadonline-3862efd37eec294ad23f1a3e4d43580db0b330cb.tar.gz
online-3862efd37eec294ad23f1a3e4d43580db0b330cb.zip
Don't recommend using /opt/libreoffice
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I4cb27eaedf1af6bf2cdf1b21b43cc65d05a344e2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-zstd-ios.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-zstd-ios.sh b/scripts/build-zstd-ios.sh
index ec3edcfcf2..c379053b91 100755
--- a/scripts/build-zstd-ios.sh
+++ b/scripts/build-zstd-ios.sh
@@ -5,7 +5,7 @@ if [ $# -eq 0 ]; then
exit;
fi
-BUILD_PATH=$1 # eg. /opt/libreoffice/
+BUILD_PATH=$1 # for instance $PWD/zstd-build-dir
PLATFORMS="OS64"