Skip to content

Commit 09c8091

Browse files
committed
0: Fix for SBL
1 parent 197b3c9 commit 09c8091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Aliases.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public typealias UInt8 = Byte
2727
public typealias IntMax = Int64
2828
public typealias UIntMax = UInt64
2929

30-
#if ISLAND && !macos && !iOS
30+
#if !ISLAND || (!macos && !iOS)
3131
public typealias Bool = Boolean
3232
#endif
3333
public typealias UnicodeScalar = UTF32Char

0 commit comments

Comments
 (0)