diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-18 18:01:30 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-19 16:28:30 -0700 |
commit | a883ac9253f19a850fe9d60e5479428cfc8fb54d (patch) | |
tree | 588488628387ad805b878f2f8da30ddaf948f5fa /bin/offline.sh | |
parent | 2d33ae5ed77cbea3dc7352c23fa6a6fa91dc8a02 (diff) | |
download | qtlocation-mapboxgl-a883ac9253f19a850fe9d60e5479428cfc8fb54d.tar.gz |
[osx] Build output goes to build/osx
Diffstat (limited to 'bin/offline.sh')
-rwxr-xr-x | bin/offline.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/offline.sh b/bin/offline.sh index 7d8121fb98..f85cb1194b 100755 --- a/bin/offline.sh +++ b/bin/offline.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -OFFLINE=./build/osx-x86_64/Release/mbgl-offline +OFFLINE=./build/osx/Release/mbgl-offline # Barcelona $OFFLINE --north 41.4664 --west 2.0407 --south 41.2724 --east 2.2680 --output barcelona.db |