glib: run autogen.sh for native build also

closes #1986
This commit is contained in:
Tony Theodore 2017-11-22 20:02:53 +11:00
parent 23af3be4a5
commit 517ca7ccd0
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ endef
define $(PKG)_BUILD_NATIVE
# native build for glib-tools
cd '$(SOURCE_DIR)' && NOCONFIGURE=true ./autogen.sh
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS) \
--enable-regex \