mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
include LANG in obj dir name
This commit is contained in:
parent
0bc445f2ad
commit
555d8f9a82
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…
Reference in a new issue