Skip to content

Commit 737f702

Browse files
committed
builds/openbsd: Clear LDLIBS
OpenBSD's compiler doesn't support -lrt.
1 parent 2a8396a commit 737f702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.builds/openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ image: openbsd/latest
22
sources:
33
- https://git.sr.ht/~mcf/samurai
44
tasks:
5-
- build: make -C samurai
5+
- build: make -C samurai LDLIBS=

0 commit comments

Comments
 (0)