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 140eb26 commit 69037c9Copy full SHA for 69037c9
src/coreclr/src/jit/CMakeLists.txt
@@ -324,6 +324,7 @@ else()
324
endif()
325
326
set_exports_linker_option(${JIT_EXPORTS_FILE})
327
+ set(JIT_EXPORTS_LINKER_OPTION ${EXPORTS_LINKER_OPTION})
328
set(SHARED_LIB_SOURCES ${SOURCES})
329
330
src/coreclr/tests/src/Interop/UnmanagedCallersOnly/CMakeLists.txt
@@ -4,7 +4,7 @@ set(SOURCES UnmanagedCallersOnlyDll.cpp )
4
5
# add the executable
6
add_library (UnmanagedCallersOnlyDll SHARED ${SOURCES})
7
-target_link_libraries(UnmanagedCallersOnlyDll ${LINK_LIBRARIES_ADDITIONAL})
+target_link_libraries(UnmanagedCallersOnlyDll ${LINK_LIBRARIES_ADDITIONAL})
8
9
# add the install targets
10
install (TARGETS UnmanagedCallersOnlyDll DESTINATION bin)
0 commit comments