mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
include LANG in obj dir name
This commit is contained in:
parent
54e0ab64d1
commit
d98f02c79e
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(LANG),en_US)
|
||||
PLATFORM := $(PLATFORM)_$(shell echo $(LANG) | tr [A-Z] [a-z])
|
||||
endif
|
||||
|
||||
APPNAME = "$(NAME)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue