From 7fd3a047fdc7a5d0de7c796b1ce06131b84a6a1e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 14 May 2015 08:42:56 +0200 Subject: [PATCH] GDAL --- bin/compile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/compile b/bin/compile index 50e84c03..d6caf5f6 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 -- GitLab