ponylang / library-project-starter

:horse: Kickstart setting up your Pony library project. See USAGE.md for instructions.
BSD 2-Clause "Simplified" License
26 stars 3 forks source link

Fix Travis fail for libraries using regex #3

Closed EpicEric closed 7 years ago

EpicEric commented 7 years ago

When running tests on a library with use "regex", they may pass locally if the library is installed, but fail on Travis in the linking step due to "undefined references to pcre2".

Example.

Telling the bash script to always download and build PCRE2 fixes this issue.

SeanTAllen commented 7 years ago

Thanks @EpicEric. I changed this slightly before commiting.