mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #110463 from kojurohan42/build-id-append-for-crashlytics
added build id link flag for firebase crashlytics support for android
This commit is contained in:
commit
bfa330dd5d
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ def configure(env: "SConsEnvironment"):
|
||||||
# Link flags
|
# Link flags
|
||||||
|
|
||||||
env.Append(LINKFLAGS=["-Wl,--gc-sections", "-Wl,--no-undefined", "-Wl,-z,now"])
|
env.Append(LINKFLAGS=["-Wl,--gc-sections", "-Wl,--no-undefined", "-Wl,-z,now"])
|
||||||
|
env.Append(LINKFLAGS=["-Wl,--build-id"])
|
||||||
env.Append(LINKFLAGS=["-Wl,-soname,libgodot_android.so"])
|
env.Append(LINKFLAGS=["-Wl,-soname,libgodot_android.so"])
|
||||||
|
|
||||||
env.Prepend(CPPPATH=["#platform/android"])
|
env.Prepend(CPPPATH=["#platform/android"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue