mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
0a502efc3a
commit
01e65c4555
1 changed files with 3 additions and 0 deletions
|
|
@ -259,6 +259,9 @@ def configure(env):
|
||||||
env.Append(LINKFLAGS=[env["ANDROID_NDK_ROOT"] +"/sources/cxx-stl/llvm-libc++/libs/"+arch_subpath+"/libandroid_support.a"])
|
env.Append(LINKFLAGS=[env["ANDROID_NDK_ROOT"] +"/sources/cxx-stl/llvm-libc++/libs/"+arch_subpath+"/libandroid_support.a"])
|
||||||
env.Append(LIBPATH=[env["ANDROID_NDK_ROOT"] + "/sources/cxx-stl/llvm-libc++/libs/"+arch_subpath+"/"])
|
env.Append(LIBPATH=[env["ANDROID_NDK_ROOT"] + "/sources/cxx-stl/llvm-libc++/libs/"+arch_subpath+"/"])
|
||||||
env.Append(LINKFLAGS=[env["ANDROID_NDK_ROOT"] +"/sources/cxx-stl/llvm-libc++/libs/"+arch_subpath+"/libc++_shared.so"])
|
env.Append(LINKFLAGS=[env["ANDROID_NDK_ROOT"] +"/sources/cxx-stl/llvm-libc++/libs/"+arch_subpath+"/libc++_shared.so"])
|
||||||
|
else:
|
||||||
|
# This is the legacy and minimal 'System STL' with support for basic features like new and delete
|
||||||
|
env.Append(LINKFLAGS=['-stdlib=libstdc++'])
|
||||||
else:
|
else:
|
||||||
if mt_link:
|
if mt_link:
|
||||||
env.Append(LINKFLAGS=['-Wl,--threads'])
|
env.Append(LINKFLAGS=['-Wl,--threads'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue