Skip to content

Commit

Permalink
Add libpcre2 for swig compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikialeksey committed Mar 21, 2024
1 parent bd9444a commit e01e6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-build-system
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then
apt-get install -y openjdk-17-jdk

DEPS="unzip git curl bzip2 binutils make autoconf \
libopus0 libpcre3 libpcre3-dev build-essential nasm"
libopus0 libpcre2 libpcre2-dev libpcre3 libpcre3-dev build-essential nasm"
sh -c "dpkg --add-architecture i386; apt-get update && apt-get -y upgrade && apt-get install -y ${DEPS}"
fi

Expand Down

0 comments on commit e01e6d9

Please sign in to comment.