Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Feb 9, 2024
1 parent 7f4094f commit cbc3ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/package-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ EOT
fi

if [ ${PRELOAD} == 'True' ]; then
if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ]; then
if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ] || [ $binfile == "lib/ivl/ivl" ] || [ $binfile == "lib/ivl/ivlpp" ] || [ $binfile == "lib/ivl/vhdlpp" ] || [ $binfile == "bin/iverilog" ] || [ $binfile == "bin/vvp" ]; then
echo "Skipping"
else
cat >> $binfile << EOT
Expand Down
2 changes: 1 addition & 1 deletion scripts/package-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ EOT
fi

if [ ${PRELOAD} == 'True' ]; then
if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ]; then
if [ $binfile == "bin/yosys" ] || [ $binfile == "bin/tabbylic" ] || [ $binfile == "lib/ivl/ivl" ] || [ $binfile == "lib/ivl/ivlpp" ] || [ $binfile == "lib/ivl/vhdlpp" ] || [ $binfile == "bin/iverilog" ] || [ $binfile == "bin/vvp" ]; then
echo "Skipping"
else
cat >> $binfile << EOT
Expand Down

0 comments on commit cbc3ac3

Please sign in to comment.