Skip to content
Snippets Groups Projects
Commit a6578b7d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: gettext: disable package not usable on Winstore builds

uses GetLocaleInfo (which is now available)
uses EnumSystemLocales which is not available (but EnumSystemLocalesEx is)
uses EnumResourceLanguages which is not available
parent f16d3765
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@
GETTEXT_VERSION := 0.19.8.1
GETTEXT_URL := $(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
ifndef HAVE_WINSTORE
PKGS += gettext
endif
ifneq ($(filter gnu%,$(subst -, ,$(HOST))),)
# GNU platform should have gettext (?)
PKGS_FOUND += gettext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment