Skip to content

Commit

Permalink
nextpnr: Fix the install prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 19, 2018
1 parent 9cf7dcd commit 09a546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextpnr/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if [ x"$TRAVIS" = xtrue ]; then
CPU_COUNT=2
fi

cmake -DARCH=ice40 -DBUILD_GUI=OFF -DICEBOX_ROOT=${PREFIX}/share/icebox .
cmake -DARCH=ice40 -DBUILD_GUI=OFF -DICEBOX_ROOT=${CONDA_PREFIX}/share/icebox -DCMAKE_INSTALL_PREFIX=/usr .
make -j$(nproc)
make DESTDIR=${PREFIX} install

0 comments on commit 09a546c

Please sign in to comment.