diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 10:22:23 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 10:23:13 -0500 |
commit | 5da4a17cee4a4ba161fcd6aedbd99094446e6502 (patch) | |
tree | a9e339d6a5f1b7272d3c3ddcdb58534fcfee5202 /.github | |
parent | cc70b2224d64ab38cbec569ff3df3dfde75bf017 (diff) | |
download | bfs-5da4a17cee4a4ba161fcd6aedbd99094446e6502.tar.xz |
Makefile: Automatically discover the right flags to build with Oniguruma
Fixes #82.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 40ed994..cdfa158 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -30,4 +30,4 @@ jobs: run: | muon=$(tailscale ip -6 muon) rsync -rl --delete . "[$muon]:bfs" - ssh "$muon" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck EXTRA_CPPFLAGS="-I/usr/local/include" EXTRA_LDFLAGS="-L/usr/local/lib"' + ssh "$muon" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck |