Kaydet (Commit) 535bee89 authored tarafından Andras Timar's avatar Andras Timar

fix L10N_MODULE path on Windows

üst e60843d6
...@@ -809,7 +809,11 @@ SOLARCOMMONSDFDIR=$(SOLARSDFDIR) ...@@ -809,7 +809,11 @@ SOLARCOMMONSDFDIR=$(SOLARSDFDIR)
.EXPORT : SOLARBINDIR .EXPORT : SOLARBINDIR
.IF "$(GUI)" == "WNT"
L10N_MODULE*=$(shell cygpath -m $(SRC_ROOT)/translations)
.ELSE
L10N_MODULE*=$(SRC_ROOT)/translations L10N_MODULE*=$(SRC_ROOT)/translations
.ENDIF
ALT_L10N_MODULE*=$(SOLARSRC)$/l10n_so ALT_L10N_MODULE*=$(SOLARSRC)$/l10n_so
.IF "$(WITH_LANG)"!="" .IF "$(WITH_LANG)"!=""
......
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