ndk-bundle: fix build
Since b79483d2b7
,
the various architectures of the prebuilt libraries cause
errors, so we need to tell patchelf to ignore missing deps.
This commit is contained in:
parent
fa9d6c3d93
commit
15111f8a9a
@ -10,6 +10,7 @@ in
|
||||
deployAndroidPackage {
|
||||
inherit package os;
|
||||
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
|
||||
autoPatchelfIgnoreMissingDeps = true;
|
||||
buildInputs = lib.optional (os == "linux") [ pkgs.glibc pkgs.stdenv.cc.cc pkgs.python2 pkgs.ncurses5 pkgs.zlib pkgs.libcxx.out pkgs.libxml2 ];
|
||||
patchInstructions = lib.optionalString (os == "linux") (''
|
||||
patchShebangs .
|
||||
|
Loading…
Reference in New Issue
Block a user