You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The path where the lib is installed.", "demo/addons/godot-git-plugin/"))
15
15
opts.Add(PathVariable("target_name", "The library name.",
16
16
"libgit_plugin", PathVariable.PathAccept))
17
-
opts.Add(PathVariable("macos_openssl", "Path to OpenSSL library root - only used in macOS builds.",
18
-
"/usr/local/opt/openssl@1.1/", PathVariable.PathAccept)) # TODO: Find a way to configure this to use the cloned OpenSSL source code, based on `macos_arch`.
19
-
opts.Add(PathVariable("macos_openssl_static_ssl", "Path to OpenSSL libssl.a library - only used in macOS builds.",
0 commit comments