We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2d152 commit 54278a4Copy full SHA for 54278a4
platform/android/SCsub
@@ -44,7 +44,8 @@ env_thirdparty.disable_warnings()
44
thirdparty_obj = env_thirdparty.SharedObject("#thirdparty/misc/ifaddrs-android.cc")
45
android_objects.append(thirdparty_obj)
46
47
-lib = env_android.add_shared_library("libgodot", android_objects)
+# FIXME: Hardcoded to bin to ensure the directory exists if not redirecting build objects.
48
+lib = env_android.add_shared_library("#bin/libgodot", android_objects, redirect_build_objects=False)
49
50
# Needed to force rebuilding the platform files when the thirdparty code is updated.
51
env.Depends(lib, thirdparty_obj)
0 commit comments