Skip to content

Commit

Permalink
Merge pull request #765 from kiwix/gss-symbols
Browse files Browse the repository at this point in the history
Fix missing symbols on CoreKiwix.xcframework
  • Loading branch information
kelson42 authored Oct 17, 2024
2 parents 8f73fb6 + 59778f4 commit dfe53e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kiwixbuild/dependencies/libcurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Source(ReleaseDownload):
meson_archive = Remotefile(
"curl_8.4.0-2_patch.zip",
"bbb6ae75225c36ef9bb336cface729794c7c070c623a003fff40bd416042ff6e",
"https://public.kymeria.fr/KIWIX/curl_8.4.0-2_patch.zip",
"https://dev.kiwix.org/libkiwix/curl_8.4.0-2_patch.zip",
)
archives = [src_archive, meson_archive]

Expand All @@ -32,6 +32,9 @@ class Builder(MesonBuilder):
configure_options = [
f"-D{p}=disabled"
for p in (
"psl",
"kerberos-auth",
"gss-api",
"ssh",
"ssl",
"rtmp",
Expand Down

0 comments on commit dfe53e1

Please sign in to comment.