$(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)
This commit is contained in:
parent
4a5455f745
commit
69bd187a84
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
DESTDIR := $(WORKDIR)/CustomTarget/desktop/util
|
||||
|
||||
ifeq ($(OS_FOR_BUILD)$(COM),WNTMSC)
|
||||
ifeq ($(COM),MSC)
|
||||
|
||||
$(DESTDIR)/linker.manifest : $(OUTDIR)/bin/soffice_bin.exe
|
||||
mkdir -p $(DESTDIR) && mt.exe -inputresource:$< -out:$@
|
||||
|
|
Loading…
Reference in a new issue