summaryrefslogtreecommitdiffstats
path: root/.github/workflows/freebsd.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-02-04 12:27:48 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-02-21 16:37:09 -0500
commitdefde40088462873ef714344bdf859e91b6349fd (patch)
treee3e4bdae8bdba1ceb0b05461d53eba4dd2424536 /.github/workflows/freebsd.yml
parente5d5659884af4e2ebf9a788dd379825a470bd01d (diff)
downloadbfs-defde40088462873ef714344bdf859e91b6349fd.tar.xz
Enable Oniguruma by default
Diffstat (limited to '.github/workflows/freebsd.yml')
-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 82c0275..40ed994 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'
+ ssh "$muon" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck EXTRA_CPPFLAGS="-I/usr/local/include" EXTRA_LDFLAGS="-L/usr/local/lib"'