Skip to content

Commit

Permalink
iverilog: libbz2 added
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Apr 24, 2022
1 parent a06dcdd commit 99ee4cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/install_linux_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ install $SOURCE_DIR/libexec/ivlpp $PACKAGE_DIR/libexec
# -- Libraries
mkdir -p $PACKAGE_DIR/lib/ivl
cp -r $SOURCE_DIR/lib/ivl/* $PACKAGE_DIR/lib/ivl
install $SOURCE_DIR/lib/libbz2* $PACKAGE_DIR/lib


# --------------------------------------
# -- TODO: verilator
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_linux_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ install $SOURCE_DIR/libexec/ivlpp $PACKAGE_DIR/libexec
# -- Libraries
mkdir -p $PACKAGE_DIR/lib/ivl
cp -r $SOURCE_DIR/lib/ivl/* $PACKAGE_DIR/lib/ivl

install $SOURCE_DIR/lib/libbz2* $PACKAGE_DIR/lib

# --------------------------------------
# -- TODO: verilator
Expand Down
4 changes: 3 additions & 1 deletion scripts/install_windows_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ install $SOURCE_DIR/bin/iverilog-vpi.exe $PACKAGE_DIR/bin

# -- Libraries
mkdir -p $PACKAGE_DIR/lib/ivl
cp -r $SOURCE_DIR/lib/ivl/* $PACKAGE_DIR/lib/ivl
cp -r $SOURCE_DIR/lib/ivl/* $PACKAGE_DIR/lib/ivl
install $SOURCE_DIR/lib/libbz2*.dll $PACKAGE_DIR/lib



# --------------------------------------
Expand Down

0 comments on commit 99ee4cd

Please sign in to comment.