mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-06 02:09:44 +03:00
Update to Godot 4.0 beta9.
Simplify build system.
This commit is contained in:
6
thirdparty/git2/SCsub
vendored
6
thirdparty/git2/SCsub
vendored
@@ -23,10 +23,10 @@ libgit2_sources += Glob("libgit2/deps/http-parser/" + "*.c")
|
||||
libgit2_sources += Glob("libgit2/deps/pcre/" + "*.c")
|
||||
libgit2_sources += Glob("libgit2/deps/zlib/" + "*.c")
|
||||
|
||||
if env_git["bits"] == 64:
|
||||
env_git.Prepend(CPPDEFINES=["GIT_ARCH_64"])
|
||||
elif env_git["bits"] == 32:
|
||||
if "32" in env["arch"]:
|
||||
env_git.Prepend(CPPDEFINES=["GIT_ARCH_32"])
|
||||
else:
|
||||
env_git.Prepend(CPPDEFINES=["GIT_ARCH_64"])
|
||||
|
||||
env_git.Prepend(
|
||||
CPPPATH=[
|
||||
|
||||
Reference in New Issue
Block a user