mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-06 02:09:44 +03:00
Add arm64 specific flags to libssh2 build
This commit is contained in:
5
thirdparty/ssh2/SCsub
vendored
5
thirdparty/ssh2/SCsub
vendored
@@ -105,6 +105,11 @@ if env_ssh2["platform"] in ["linux", "osx"]:
|
||||
)
|
||||
|
||||
if env_ssh2["platform"] == "osx":
|
||||
env_ssh2.Append(CPPDEFINES = [
|
||||
("WORDS_BIGENDIAN", "1"),
|
||||
("_DARWIN_USE_64_BIT_INODE", "1"),
|
||||
("AC_APPLE_UNIVERSAL_BUILD", 1)
|
||||
])
|
||||
env_ssh2.Append(CPPPATH = [ "/usr/local/opt/openssl@1.1/include/" ])
|
||||
env_ssh2.Append(LIBPATH = [ "/usr/local/opt/openssl@1.1/lib/" ])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user