summaryrefslogtreecommitdiffstats
path: root/src/glib.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-10-29 23:42:47 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-10-30 03:16:01 (GMT)
commitc7714c31113429de7357767ab4e5e057c65f8f0c (patch)
tree458c3b1e31aa691e81b97491b0b2ac36261631fe /src/glib.mk
parent820fd58157ef62c42bc2dcb8856113a031211cd4 (diff)
downloadmxe-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.mk2
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