Skip to content

Commit 7c50ccd

Browse files
committed
fix cut/paste typo 'CMAKE_SDK != "FreeBSD"' to 'CMAKE_SDK in ["FreeBSD"]' (assuming some time more kqueue-supported platforms will want to support Swift)
1 parent 98a8b58 commit 7c50ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ module SwiftGlibc [system] {
380380
header "${GLIBC_ARCH_INCLUDE_PATH}/sys/types.h"
381381
export *
382382
}
383-
% if CMAKE_SDK != "FREEBSD":
383+
% if CMAKE_SDK in ["FREEBSD"]:
384384
module event {
385385
header "${GLIBC_ARCH_INCLUDE_PATH}/sys/event.h"
386386
export *

0 commit comments

Comments
 (0)