diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-10-29 23:42:47 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-10-30 03:16:01 (GMT) |
commit | c7714c31113429de7357767ab4e5e057c65f8f0c (patch) | |
tree | 458c3b1e31aa691e81b97491b0b2ac36261631fe /src/glib.mk | |
parent | 820fd58157ef62c42bc2dcb8856113a031211cd4 (diff) | |
download | mxe-c7714c31113429de7357767ab4e5e057c65f8f0c.zip mxe-c7714c31113429de7357767ab4e5e057c65f8f0c.tar.gz mxe-c7714c31113429de7357767ab4e5e057c65f8f0c.tar.bz2 |
native plugin fixups
- gettext requires recent autotools
- add for Ubuntu 14.04 (trusty) - fixes #1892
- add deps for Debian Jessie and Wheezy
- libtool is built for prior Debian/Ubuntu, remove from docs
- tidy up darwin overrides
Diffstat (limited to 'src/glib.mk')
-rw-r--r-- | src/glib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glib.mk b/src/glib.mk index d70693d..731a98d 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -59,7 +59,7 @@ endef define $(PKG)_BUILD_$(BUILD) # glib tools need to be close to glib-cross version. # easy to build on linux, but error-prone on darwin (and freebsd?) - $(if $(findstring darwin, $(OS_SHORT_NAME)), \ + $(if $(findstring darwin, $(BUILD)), \ $($(PKG)_BUILD_DARWIN), \ $($(PKG)_BUILD_NATIVE)) endef |