Skip to content

Commit

Permalink
Work around
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed May 8, 2024
1 parent e587450 commit 5197980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platform/android/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ if lib_arch_dir != "":
)

stl_lib_path = (
str(env["ANDROID_NDK_ROOT"]) + "/sources/cxx-stl/llvm-libc++/libs/" + lib_arch_dir + "/libc++_shared.so"
#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"
)

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

def generate_apk(target, source, env):
Expand Down

0 comments on commit 5197980

Please sign in to comment.