nextpnr: fix build on macOS

`PYTRELLIS_LIBDIR` has been replaced by `TRELLIS_LIBDIR` in 1dc1164dce, which causes the build to fail on macOS.
This commit is contained in:
Luflosi 2020-07-13 13:18:51 +02:00
parent a3389443b3
commit 3fc5151782
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -50,7 +50,7 @@ with stdenv; mkDerivation rec {
"-DBUILD_TESTS=ON"
"-DICEBOX_ROOT=${icestorm}/share/icebox"
"-DTRELLIS_INSTALL_PREFIX=${trellis}"
"-DPYTRELLIS_LIBDIR=${trellis}/lib/trellis"
"-DTRELLIS_LIBDIR=${trellis}/lib/trellis"
"-DUSE_OPENMP=ON"
# warning: high RAM usage
"-DSERIALIZE_CHIPDB=OFF"