We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55af9d8 commit cb58e65Copy full SHA for cb58e65
make/common/native/LinkMicrosoft.gmk
@@ -113,9 +113,10 @@ define CreateDynamicLibraryOrExecutableMicrosoft
113
$$(CHMOD) +x $$($1_TARGET)
114
endif
115
ifneq ($$($1_MANIFEST), )
116
- $$($1_MT) -nologo -manifest $$($1_MANIFEST) \
117
- -identity:"$$($1_NAME).exe, version=$$($1_MANIFEST_VERSION)" \
118
- -outputresource:$$@;#1
+ $$(call ExecuteWithLog, $$($1_OBJECT_DIR)/$$($1_SAFE_NAME)_run_mt, \
+ $$($1_MT) -nologo -manifest $$($1_MANIFEST) \
+ -identity:"$$($1_NAME).exe$$(COMMA) version=$$($1_MANIFEST_VERSION)" \
119
+ '-outputresource:$$($1_TARGET);$$(HASH)1')
120
121
ifneq ($(SIGNING_HOOK), )
122
$$(call ExecuteWithLog, $$($1_OBJECT_DIR)/$$($1_SAFE_NAME)_call_signing_hook, \
0 commit comments