mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
Add universal builds back to CI + link to OpenSSL dylib, not .a
This commit is contained in:
@@ -27,6 +27,8 @@ opts.Add(PathVariable("target_name", "The library name.",
|
||||
opts.Add(EnumVariable("bits", "The bit architecture.", "64", ["64"]))
|
||||
opts.Add(EnumVariable("macos_arch", "Target macOS architecture",
|
||||
"universal", ["universal", "x86_64", "arm64"]))
|
||||
opts.Add(PathVariable("macos_ssl_path", "Path to OpenSSL libraries - only used in macOS builds.",
|
||||
"/usr/local/opt/openssl/", PathVariable.PathAccept))
|
||||
# Updates the environment with the option variables.
|
||||
opts.Update(env)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user