You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/modules/SwiftConfigureSDK.cmake
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,7 @@ macro(configure_sdk_unix name architectures)
320
320
set(SWIFT_SDK_HAIKU_ARCH_${arch}_LIBC_INCLUDE_DIRECTORY"/system/develop/headers/posix"CACHESTRING"Path to C library headers")
321
321
else()
322
322
set(SWIFT_SDK_${prefix}_ARCH_${arch}_LIBC_INCLUDE_DIRECTORY"/usr/include"CACHESTRING"Path to C library headers")
323
+
set(SWIFT_SDK_${prefix}_ARCH_${arch}_LIBC_ARCHITECTURE_INCLUDE_DIRECTORY"${SWIFT_SDK_${prefix}_ARCH_${arch}_LIBC_INCLUDE_DIRECTORY}/${CMAKE_LIBRARY_ARCHITECTURE}"CACHESTRING"Path to C library architecture headers")
323
324
endif()
324
325
325
326
if("${prefix}"STREQUAL"LINUX")
@@ -369,6 +370,7 @@ macro(configure_sdk_unix name architectures)
0 commit comments