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 c7ab760 + bf37f35 commit a66c6c1Copy full SHA for a66c6c1
stdlib/toolchain/CMakeLists.txt
@@ -46,7 +46,9 @@ endif()
46
# runtime being patched only through public ABI.
47
list(APPEND CXX_COMPILE_FLAGS "-DSWIFT_COMPATIBILITY_LIBRARY=1")
48
49
-add_subdirectory(CompatibilityBytecodeLayouts)
+if(SWIFT_BUILD_STDLIB)
50
+ add_subdirectory(CompatibilityBytecodeLayouts)
51
+endif()
52
53
if(SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT)
54
add_subdirectory(legacy_layouts)
0 commit comments