libaom: go back to building libraries however upstream decides
Presently this means static, instead of the shared we started building after a recent change (my blame). Darwin build breaks with this, and it was introduced on a whim so instead of making this platform-specific, go back to how things were previously.
This commit is contained in:
parent
d9c1dd2802
commit
d349cfee88
@ -14,10 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
yasm perl cmake pkgconfig python3
|
yasm perl cmake pkgconfig python3
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
|
||||||
"-DBUILD_SHARED_LIBS=ON"
|
|
||||||
];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# build uses `git describe` to set the build version
|
# build uses `git describe` to set the build version
|
||||||
cat > $NIX_BUILD_TOP/git << "EOF"
|
cat > $NIX_BUILD_TOP/git << "EOF"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user