Skip to content

Instantly share code, notes, and snippets.

@lachlanhurst
lachlanhurst / build-gdal-combined-lib.sh
Last active May 14, 2021 02:25
Script for building GDAL for iOS and the iOS simulators
#!/bin/bash
PREFIX=`pwd`/install/
rm -rf $PREFIX
mkdir $PREFIX
LOG=./log
rm -rf $LOG
mkdir $LOG
if [ -e ${PREFIX} ]
then