mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 02:26:21 -05:00
ARM64: Embed manifest properly (#4718)
Teach our ARM64 based builds to embed the manifest file correctly. This fixes #4707
This commit is contained in:
@@ -237,6 +237,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR})
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR})
|
||||
add_compile_options(/MP /std:c11)
|
||||
add_link_options(/MANIFEST:NO)
|
||||
endif()
|
||||
|
||||
#default behaviour
|
||||
|
||||
@@ -198,7 +198,6 @@ sub createProject {
|
||||
<AdditionalDependencies>\$(VCPKGLibs);\$(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalOptions>invalidcontinue.obj %(AdditionalOptions)</AdditionalOptions>
|
||||
<EntryPointSymbol>$entrypoint</EntryPointSymbol>
|
||||
<ManifestFile>$cdup\\compat\\win32\\git.manifest</ManifestFile>
|
||||
<SubSystem>$subsystem</SubSystem>
|
||||
</Link>
|
||||
EOM
|
||||
|
||||
Reference in New Issue
Block a user