diff options
Diffstat (limited to 'plugins/native/gettext-deps.mk')
-rw-r--r-- | plugins/native/gettext-deps.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/native/gettext-deps.mk b/plugins/native/gettext-deps.mk new file mode 100644 index 0000000..e0d0fbe --- /dev/null +++ b/plugins/native/gettext-deps.mk @@ -0,0 +1,4 @@ +# This file is part of MXE. See LICENSE.md for licensing information. + +# native build of gettext requires recent autotools +gettext_DEPS_$(BUILD) := $(gettext_DEPS_$(BUILD)) libtool |