rhash: Enable cross-compilation
(cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
This commit is contained in:
parent
0509695050
commit
a0410d9226
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
# * .h files installed for static library target only
|
# * .h files installed for static library target only
|
||||||
# * .so.0 -> .so link only created in the static library install target
|
# * .so.0 -> .so link only created in the static library install target
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make lib-shared lib-static build-shared CC=cc PREFIX=$out
|
make lib-shared lib-static build-shared CC=$CC AR=$AR PREFIX=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# we don't actually want the static library, so we remove it after it
|
# we don't actually want the static library, so we remove it after it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user