FastFEC icon indicating copy to clipboard operation
FastFEC copied to clipboard

feat: restore vendored pcre option

Open freedmand opened this issue 3 years ago • 0 comments

Description

Fixes #44. Adds an option to use the vendored pcre that defaults to true. For installation with package managers like Homebrew, vendored_pcre will be set to false to use the included package.

Test Steps

These commands all work as expected:

  • zig build
  • zig build -Dvendored-pcre=true
  • zig build -Dvendored-pcre=false (ensure you have installed pcre on the system, e.g. brew install pcre)

freedmand avatar Aug 21 '22 15:08 freedmand