mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
Merge pull request #93067 from Luflosi/nextpnr-fix-macos
nextpnr: fix build on macOS
This commit is contained in:
commit
20be1467ed
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue