winbuild: fix embedded manifest option

Embedded manifest option didn't work due to incorrect path.

Fixes https://github.com/curl/curl/issues/1832
This commit is contained in:
theantigod 2017-08-26 02:25:23 -04:00 committed by Jay Satiro
parent 3e1245504b
commit 09fc61e436
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ GEN_PDB = true
!IFDEF EMBED_MANIFEST
MANIFESTTOOL = mt -manifest $(DIRDIST)\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\$(PROGRAM_NAME);1
MANIFESTTOOL = mt -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(PROGRAM_NAME);1
!ENDIF
# Runtime library configuration