nextpnr: fix build on macOS

`PYTRELLIS_LIBDIR` has been replaced by `TRELLIS_LIBDIR` in https://github.com/YosysHQ/nextpnr/commit/1dc1164dce88fade762956c1067aeb97fa3c0f9a, which causes the build to fail on macOS.
This commit is contained in:
Luflosi
2020-07-13 15:45:40 +02:00
parent a3389443b3
commit 3fc5151782
@@ -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"