Merge pull request #177168 from NickCao/appimagekit
appimagekit: set TOOLS_PREFIX to fix cross compilation
This commit is contained in:
commit
21618ada01
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ in stdenv.mkDerivation rec {
|
|||
"-DUSE_SYSTEM_LIBARCHIVE=ON"
|
||||
"-DUSE_SYSTEM_GTEST=ON"
|
||||
"-DUSE_SYSTEM_MKSQUASHFS=ON"
|
||||
"-DTOOLS_PREFIX=${stdenv.cc.targetPrefix}"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue