Skip to content

Commit

Permalink
Install Python Yosys modules in lib instead of lib64.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Oct 13, 2023
1 parent 2c25cdf commit d714930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
make ENABLE_PYOSYS=1 config-gcc
make ENABLE_PYOSYS=1 \
PREFIX=${{ env.installDir }} \
PYTHON_DESTDIR=${{ env.installDir }}/lib64/python3/dist-packages \
PYTHON_DESTDIR=${{ env.installDir }}/lib/python3/dist-packages \
LIBDIR=${{ env.installDir }}/lib64/yosys \
DATDIR=${{ env.installDir }}/share/yosys \
install
Expand Down

0 comments on commit d714930

Please sign in to comment.