mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
enable building for solaris (#2183)
This commit is contained in:
parent
30f47a9b22
commit
df6aa4c34b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
//go:build !plan9
|
//go:build !(plan9 || solaris)
|
||||||
|
|
||||||
package flock
|
package flock
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
//go:build plan9
|
//go:build plan9 || solaris
|
||||||
|
|
||||||
package flock
|
package flock
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue