Kaydet (Commit) e19be74f authored tarafından David Tardon's avatar David Tardon

build for en-US if no langs are specified

Change-Id: I21323d275f8381ecffa937563fccbc7bbb4b497e
üst 4b00567f
......@@ -12,7 +12,7 @@
# Handles creation of a bunch of zip files with content dependent on
# language
gb_AllLangZip_LANGS := $(gb_WITH_LANG)
gb_AllLangZip_LANGS := $(if $(strip $(gb_WITH_LANG)),$(gb_WITH_LANG),en-US)
$(dir $(call gb_AllLangZip_get_target,%)).dir :
$(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment