diff options
-rw-r--r-- | src/glib.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glib.mk b/src/glib.mk index e1d6a2d..406aa19 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -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 \ |