aboutsummaryrefslogtreecommitdiff
path: root/ndk/checkbuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'ndk/checkbuild.py')
-rwxr-xr-xndk/checkbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index d15a37425..c6fc7beb5 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -212,7 +212,7 @@ def make_app_bundle(
create_stub_entry_point(contents_dir / "MacOS" / entry_point_name)
bundled_ndk = contents_dir / "NDK"
- shutil.copytree(ndk_dir, bundled_ndk)
+ shutil.copytree(ndk_dir, bundled_ndk, symlinks=True)
plist = contents_dir / "Info.plist"
create_plist(plist, get_version_string(build_number), entry_point_name)