Skip to content

Commit

Permalink
fix(swift): one last missed tweak for the 6.0.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Dec 12, 2024
1 parent 3d46877 commit a4745ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swift/swift-foundation-ndk27.patch
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ index d8b8fe6f..15a1362f 100644
@@ -29,8 +29,7 @@ fileprivate let _pageSize: Int = {
// WebAssembly defines a fixed page size
fileprivate let _pageSize: Int = 65_536
#elseif canImport(Android)
#elseif os(Android)
-import Bionic
-import unistd
+import Android
Expand Down

0 comments on commit a4745ff

Please sign in to comment.