diff --git a/dependencies.py b/dependencies.py index 478c176..dd164cd 100644 --- a/dependencies.py +++ b/dependencies.py @@ -377,7 +377,7 @@ class KiwixAndroid(Dependency): def _configure(self, context): if not os.path.exists(self.build_path): - shutil.copytree(self.source_path, self.build_path) + shutil.copytree(self.source_path, self.build_path, symlinks=True) try: shutil.rmtree(pj(self.build_path, 'kiwixlib', 'src', 'main')) except FileNotFoundError: