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:
Charlotte Van Petegem 2021-01-20 17:42:39 +01:00
parent a0259207da
commit 2ce4aa86d9
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
# Workaround invalid pkg-config name for mozjs
mkdir pkg-config
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
pushd build/workspaces