libvpx on darwin: attempt to fix build
CC @lovek323.
This commit is contained in:
parent
11ac14f31b
commit
2436bb705c
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, bash, yasm, which, perl}:
|
{stdenv, fetchurl, bash, yasm, which, perl, binutils}:
|
||||||
|
|
||||||
let version = "1.3.0";
|
let version = "1.3.0";
|
||||||
in
|
in
|
||||||
@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
sed -e '/enable linux/d' -i configure
|
sed -e '/enable linux/d' -i configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ yasm which perl ];
|
buildInputs = [ yasm which perl ]
|
||||||
|
++ stdenv.lib.optional stdenv.isDarwin binutils; # new asm opcode support
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user