Merge branch 'master' of github.com:mxe/mxe

This commit is contained in:
Tony Theodore 2018-12-30 08:59:27 +11:00
commit fbf979ad1f
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)/src/syscfg' && ln -s lock-obj-pub.mingw32.h lock-obj-pub.mingw32.static.h
cd '$(1)/src/syscfg' && ln -s lock-obj-pub.mingw32.h lock-obj-pub.mingw32.shared.h
cd '$(1)/src/syscfg' && ln -s lock-obj-pub.mingw32.h lock-obj-pub.mingw32.$(call merge,.,$(call rest,$(call split,.,$(TARGET)))).h
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-nls \