mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06: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:
commit
49374a3fce
@ -226,6 +226,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user