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 5246dc3 commit 355b455Copy full SHA for 355b455
eng/native/ijw/IJW.cmake
@@ -70,6 +70,10 @@ if (CLR_CMAKE_HOST_WIN32)
70
remove_ijw_incompatible_options("${dirCompileOptions}" dirCompileOptions)
71
set_directory_properties(PROPERTIES COMPILE_OPTIONS "${dirCompileOptions}")
72
73
+ # IJW tests needs to load DLLs from somewhere other than System32
74
+ string(REPLACE "/DEPENDENTLOADFLAG:0x800" "" CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
75
+ string(REPLACE "/DEPENDENTLOADFLAG:0x800" "" CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
76
+
77
set(CLR_SDK_REF_PACK_OUTPUT "")
78
set(CLR_SDK_REF_PACK_DISCOVERY_ERROR "")
79
set(CLR_SDK_REF_PACK_DISCOVERY_RESULT 0)
0 commit comments