We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26d464a + 4487002 commit 9147848Copy full SHA for 9147848
pythonforandroid/recipes/librt/__init__.py
@@ -19,7 +19,7 @@ class LibRt(Recipe):
19
finishes'''
20
21
def build_arch(self, arch):
22
- libc_path = join(arch.ndk_lib_dir, 'usr', 'lib', 'libc')
+ libc_path = join(arch.ndk_lib_dir, 'libc')
23
# Create a temporary folder to add to link path with a fake librt.so:
24
fake_librt_temp_folder = join(
25
self.get_build_dir(arch.arch),
0 commit comments