mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 07:09:51 +00:00
Fix magefile compatibility with Windows (#538)
This commit is contained in:
8
magefile_windows.go
Normal file
8
magefile_windows.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build mage
|
||||
// +build mage
|
||||
|
||||
package main
|
||||
|
||||
func setULimit() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user