mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 04:31:30 +00:00
chore(no-torrent)_: Added pre 1.17 build commands
This commit is contained in:
parent
92c431f9cc
commit
88343eed50
@ -1,4 +1,6 @@
|
||||
//go:build (!android || !ios) && (windows || linux || darwin)
|
||||
// +build !android !ios
|
||||
// +build windows linux darwin
|
||||
|
||||
package communities
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
//go:build (!windows || !linux || !darwin) && (android || ios)
|
||||
// +build !windows !linux !darwin
|
||||
// +build android ios
|
||||
|
||||
package communities
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
//go:build (!android || !ios) && (windows || linux || darwin)
|
||||
// +build !android !ios
|
||||
// +build windows linux darwin
|
||||
|
||||
package communities
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
//go:build (!windows || !linux || !darwin) && (android || ios)
|
||||
// +build !windows !linux !darwin
|
||||
// +build android ios
|
||||
|
||||
package communities
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user