Skip to content

Commit

Permalink
feat: add freebsd flag (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés MANELLI <[email protected]>
  • Loading branch information
andresmanelli authored Jun 23, 2023
1 parent be9392f commit 1990a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/livekit-cli/ulimit_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux || darwin
// +build linux darwin
//go:build linux || darwin || freebsd
// +build linux darwin freebsd

package main

Expand Down

0 comments on commit 1990a60

Please sign in to comment.