-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the prebuilt Termux libsqlite dependency for the devel and tru…
…nk branches on the CI, replaced by the swift-toolchain-sqlite source
- Loading branch information
1 parent
d5cf056
commit a0f2977
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,19 @@ diff --git a/sourcekit-lsp/Sources/sourcekit-lsp/SourceKitLSP.swift b/sourcekit- | |
|
||
extension AbsolutePath { | ||
public init?(argument: String) { | ||
diff --git a/sourcekit-lsp/Utilities/build-script-helper.py b/sourcekit-lsp/Utilities/build-script-helper.py | ||
index bd31bec..4469cab 100755 | ||
--- a/sourcekit-lsp/Utilities/build-script-helper.py | ||
+++ b/sourcekit-lsp/Utilities/build-script-helper.py | ||
@@ -129,7 +129,7 @@ def get_swiftpm_options(swift_exec: str, args: argparse.Namespace) -> List[str]: | ||
swiftpm_args += [ | ||
'-Xlinker', '-rpath', '-Xlinker', '$ORIGIN/../lib/swift/android', | ||
# SwiftPM will otherwise try to compile against GNU strerror_r on | ||
- '-Xlinker', '-landroid-spawn', | ||
+ '-Xlinker', '-landroid-spawn', '--pkg-config-path', os.path.join(os.path.split(args.cross_compile_config)[0], 'lib/pkgconfig'), | ||
# Android and fail. | ||
'-Xswiftc', '-Xcc', '-Xswiftc', '-U_GNU_SOURCE', | ||
] | ||
From 355649608eb168652ff103d2a2029ba9539eea4b | ||
From: Jake Petroules <[email protected]> | ||
Date: Sun, 17 Nov 2024 02:21:37 -0800 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters