Skip to content

Commit

Permalink
xmake: Fix libcurl HTTPS support on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Dec 30, 2024
1 parent 9423a72 commit 32b636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end)

add_repositories("nazara-repo https://github.com/NazaraEngine/xmake-repo.git")
add_requires("fmt[header_only:n]")
add_requires("libcurl[shared]", { system = false })
add_requires("libcurl[shared]", { system = false, configs = { openssl = is_plat("linux", "android", "cross") } })
add_requires("nazaraengine[symbols] >=2024.12.30")
add_requires(
"concurrentqueue",
Expand Down

0 comments on commit 32b636c

Please sign in to comment.