Skip to content

Commit 0e2b658

Browse files
committed
Fix build problem on Linux. _ArrayBuffer is Darwin-only
1 parent 1a1f79c commit 0e2b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ArrayBuffer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ extension _ArrayBuffer {
672672
}
673673
}
674674
}
675-
#endif
676675

677676
extension _ArrayBuffer: ConcurrentValue, UnsafeConcurrentValue
678677
where Element: ConcurrentValue { }
678+
#endif

0 commit comments

Comments
 (0)