summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-02-24 10:22:23 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-02-24 10:23:13 -0500
commit5da4a17cee4a4ba161fcd6aedbd99094446e6502 (patch)
treea9e339d6a5f1b7272d3c3ddcdb58534fcfee5202 /.github
parentcc70b2224d64ab38cbec569ff3df3dfde75bf017 (diff)
downloadbfs-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.yml2
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