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.
2 parents cc90915 + 8062230 commit 972a86bCopy full SHA for 972a86b
cmake/modules/AddSwift.cmake
@@ -1774,7 +1774,7 @@ function(add_swift_target_library name)
1774
# building both simultaneously. Effectively, only shared builds are
1775
# supported on windows currently.
1776
if(SWIFTLIB_SHARED)
1777
- list(APPEND swiftlib_swift_compile_flags_all -D_USRDLL)
+ list(APPEND swiftlib_swift_compile_flags_all -D_WINDLL)
1778
if(SWIFTLIB_IS_STDLIB_CORE)
1779
list(APPEND swiftlib_swift_compile_flags_all -DswiftCore_EXPORTS)
1780
endif()
0 commit comments