diff --git a/bin/compile b/bin/compile index 50e84c03e6b34fc28ace84dcd3990a2d350a7d01..d6caf5f6e8379695d712f9d22b9e8dc4d6dc376f 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