diff --git a/bin/compile b/bin/compile index 50e84c0..d6caf5f 100755 --- a/bin/compile +++ b/bin/compile @@ -172,6 +172,9 @@ source $BIN_DIR/steps/pylibmc # Libffi support. source $BIN_DIR/steps/cryptography +# GDAL support. +source $BIN_DIR/steps/gdal + # Install dependencies with Pip. source $BIN_DIR/steps/pip-install