Skip to content

Commit

Permalink
Workaround for android building
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed May 27, 2024
1 parent 0d076e1 commit 14bc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if lib_arch_dir != "":
stl_lib_path = (
#str(env["ANDROID_NDK_ROOT"]) + "/sources/cxx-stl/llvm-libc++/libs/" + lib_arch_dir + "/libc++_shared.so"
#"C:\\Users\\Michael\\AppData\\Local\\Android\\Sdk/ndk/23.2.8568313" + "sources/cxx-stl/llvm-libc++/libs/" + lib_arch_dir + "/libc++_shared.so"
"G:\\WorkAround\\libc++_shared.so"
"G:\\WorkAround\\" + lib_arch_dir + "\\libc++_shared.so"
)

env_android.Command(out_dir + "/libc++_shared.so", stl_lib_path, Copy("$TARGET", "$SOURCE"))
Expand Down

0 comments on commit 14bc1f1

Please sign in to comment.