Install libpcre3-dev for Linux builds
This package contains the required PCRE library development files and may be already installed, as is apparently the case for amd64 systems, but also may not be, as when using s390x architecture.
This commit is contained in:
parent
05b6f07940
commit
7fd9d94a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if [[ -n "$GCC" ]]; then
|
|||
travis_retry sudo apt-get install -qq g++-$GCC
|
||||
fi
|
||||
|
||||
travis_retry sudo apt-get -qq install libboost-dev
|
||||
travis_retry sudo apt-get -qq install libboost-dev libpcre3-dev
|
||||
|
||||
WITHLANG=$SWIGLANG
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue