diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-05-09 10:14:47 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-05-09 10:15:44 (GMT) |
commit | 37f5d463d9855a7c084bf8b2dcf439120e87e2af (patch) | |
tree | 142fab6fbc34d4dde374199812ec367afd19e1c5 | |
parent | 2da963029acd41d12dc2cb86a7d5ebe5f5f6cb8c (diff) | |
download | mxe-37f5d463d9855a7c084bf8b2dcf439120e87e2af.zip mxe-37f5d463d9855a7c084bf8b2dcf439120e87e2af.tar.gz mxe-37f5d463d9855a7c084bf8b2dcf439120e87e2af.tar.bz2 |
add native build of gettext for Ubuntu 14.04 Trusty
fixes #1341
l--------- | plugins/native/trusty/gettext.mk | 1 | ||||
l--------- | plugins/native/trusty/libiconv.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/native/trusty/gettext.mk b/plugins/native/trusty/gettext.mk new file mode 120000 index 0000000..6314aff --- /dev/null +++ b/plugins/native/trusty/gettext.mk @@ -0,0 +1 @@ +../gettext.mk
\ No newline at end of file diff --git a/plugins/native/trusty/libiconv.mk b/plugins/native/trusty/libiconv.mk new file mode 120000 index 0000000..629a668 --- /dev/null +++ b/plugins/native/trusty/libiconv.mk @@ -0,0 +1 @@ +../libiconv.mk
\ No newline at end of file |