Merge pull request #172144 from RasmusRendal/rhashbuildtarget
rhash: Correctly set target platform when configuring
This commit is contained in:
commit
ed99c668a7
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--ar=${stdenv.cc.targetPrefix}ar"
|
||||
"--target=${stdenv.hostPlatform.config}"
|
||||
(lib.enableFeature enableStatic "static")
|
||||
(lib.enableFeature enableStatic "lib-static")
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user