live555: fix cross compilation
This commit is contained in:
parent
adc9566b32
commit
8f362df896
@ -78,8 +78,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"PREFIX=${placeholder "out"}"
|
"PREFIX=${placeholder "out"}"
|
||||||
|
"C_COMPILER=$(CC)"
|
||||||
|
"CPLUSPLUS_COMPILER=$(CXX)"
|
||||||
|
"LIBRARY_LINK=$(AR) cr "
|
||||||
|
"LINK=$(CXX) -o "
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# required for whitespaces in makeFlags
|
||||||
|
__structuredAttrs = true;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
Loading…
Reference in New Issue
Block a user