0ad: Do an extra s/pkgconfig/pkg-config to fix build
9bb3fcc
missed one important rename of pkgconfig, breaking the build.
This commit is contained in:
parent
a0259207da
commit
2ce4aa86d9
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Workaround invalid pkg-config name for mozjs
|
# Workaround invalid pkg-config name for mozjs
|
||||||
mkdir pkg-config
|
mkdir pkg-config
|
||||||
ln -s ${spidermonkey_38}/lib/pkgconfig/* pkg-config/mozjs-38.pc
|
ln -s ${spidermonkey_38}/lib/pkgconfig/* pkg-config/mozjs-38.pc
|
||||||
PKG_CONFIG_PATH="$PWD/pkgconfig:$PKG_CONFIG_PATH"
|
PKG_CONFIG_PATH="$PWD/pkg-config:$PKG_CONFIG_PATH"
|
||||||
|
|
||||||
# Update Makefiles
|
# Update Makefiles
|
||||||
pushd build/workspaces
|
pushd build/workspaces
|
||||||
|
Loading…
Reference in New Issue
Block a user