3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 11:59:40 +01:00

enable building for solaris (#2183)

This commit is contained in:
Shivaram Lingamneni 2024-08-02 21:09:28 +02:00 committed by GitHub
parent 30f47a9b22
commit df6aa4c34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build !plan9
//go:build !(plan9 || solaris)
package flock

View File

@ -1,4 +1,4 @@
//go:build plan9
//go:build plan9 || solaris
package flock