gdal: Avoid $(PKG)_BUILD_SHARED

Regression from 0e39fbcb46.

Fixes #535.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-10-20 01:11:38 -04:00
parent 4a08af93b6
commit 7b7db80b32
1 changed files with 4 additions and 1 deletions

View File

@ -100,4 +100,7 @@ define $(PKG)_BUILD_i686-w64-mingw32
$($(PKG)_MAKE)
endef
$(PKG)_BUILD_SHARED =
# Can't use $(PKG)_BUILD_SHARED here as $(PKG)_BUILD_i686-w64-mingw32 has a
# higher precedence.
$(PKG)_BUILD_i686-w64-mingw32.shared =
$(PKG)_BUILD_x86_64-w64-mingw32.shared =