fix regression introduced with 37705446d2eec207d9e0e3d39997792229fb8b1f
* l10n should now work again (thanks timar for the hint)
This commit is contained in:
parent
0c4f0a228d
commit
4bf5783b32
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ $(call gb_Helper_abbreviate_dirs_native,\
|
|||
-I$(realpath $(dir $(3))) \
|
||||
$(DEFS) \
|
||||
-fp=$(1) \
|
||||
$(realpath $(if $<,$<,$(MERGEDFILE)))" > $${RESPONSEFILE} && \
|
||||
$(realpath $(if $(MERGEDFILE),$(MERGEDFILE),$<))" > $${RESPONSEFILE} && \
|
||||
$(gb_SrsPartTarget_RSCCOMMAND) -presponse @$${RESPONSEFILE} && \
|
||||
rm -rf $${RESPONSEFILE})
|
||||
|
||||
|
|
Loading…
Reference in a new issue