mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
Enable PIC for mac and linux
This commit is contained in:
1
thirdparty/git2/SCsub
vendored
1
thirdparty/git2/SCsub
vendored
@@ -91,6 +91,7 @@ if env_git["platform"] == "windows":
|
||||
)
|
||||
|
||||
if env_git["platform"] in ["linux", "osx"]:
|
||||
env_git.Append(CCFLAGS = "-fPIC")
|
||||
libgit2_sources += [
|
||||
"libgit2/deps/ntlmclient/crypt_openssl.c",
|
||||
"libgit2/deps/ntlmclient/unicode_builtin.c"
|
||||
|
||||
Reference in New Issue
Block a user