mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
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:
parent
3e1245504b
commit
09fc61e436
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user