Skip to content

Commit 7c5a8ea

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

File tree

6 files changed

+246
-155
lines changed

6 files changed

+246
-155
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
1414
windows_build_command: "swift build"
1515
macos_build_command: "xcrun swift build"
16+
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
1617
enable_macos_checks: true
1718

1819
soundness:

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)