summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index f9d6ec7..b81ccbb 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -120,7 +120,7 @@ PLATFORM_COMPILE_FLAGS += $(INCLUDE_FLAGS_LT)
endif
PLATFORM_COMPILE_FLAGS += \
- -DENABLE_NLS=$(ENABLE_NLS)
+ -DENABLE_NLS=$(ENABLE_NLS) -DLOCALEDIR=\"$(localedir)\"
# command line parser generator gengetopt
########################################