mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:17:21 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue