Skip to content

Commit 7d99c3e

Browse files
committed
Update to sqlite 3.50.2
1 parent 1c16f72 commit 7d99c3e

File tree

5 files changed

+245
-155
lines changed

5 files changed

+245
-155
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
.linkedLibrary("wasi-emulated-signal", .when(platforms: [.wasi])),
3030
.linkedLibrary("wasi-emulated-process-clocks", .when(platforms: [.wasi])),
3131
.linkedLibrary("wasi-emulated-getpid", .when(platforms: [.wasi])),
32-
.linkedLibrary("m", .when(platforms: [.linux])),
32+
.linkedLibrary("m", .when(platforms: [.linux, .android])),
3333
]
3434
),
3535
.target(

0 commit comments

Comments
 (0)