Skip to content

Commit 0fe855f

Browse files
committed
Overlay: enable reflection on Windows
Enable this feature by default on Windows to keep parity with macOS.
1 parent d033eec commit 0fe855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Overlay/cmake/modules/DefaultSettings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "WASM")
3131
elseif(LINUX OR ANDROID OR BSD)
3232
set(SwiftOverlay_ENABLE_REFLECTION_default OFF)
3333
elseif(WIN32)
34-
set(SwiftOverlay_ENABLE_REFLECTION_default OFF)
34+
set(SwiftOverlay_ENABLE_REFLECTION_default ON)
3535
endif()
3636

3737
include("${SwiftOverlay_VENDOR_MODULE_DIR}/DefaultSettings.cmake" OPTIONAL)

0 commit comments

Comments
 (0)