androidenv: fix patching linux prebuilt binaries
This has been broken by following PR due to typo: https://github.com/NixOS/nixpkgs/pull/195752 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6ccc4a59c3
commit
af7c4c68bf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ deployAndroidPackage {
|
|||
done
|
||||
|
||||
# Patch executables
|
||||
if [ -d prebuild/linux-x86_64 ]; then
|
||||
if [ -d prebuilt/linux-x86_64 ]; then
|
||||
autoPatchelf prebuilt/linux-x86_64
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue