mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 09:23:51 +01:00
Update build tags
This commit is contained in:
parent
b1baa0a0a1
commit
1f6d316ff3
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build cgo && !nocrypto
|
||||
// +build cgo,!nocrypto
|
||||
|
||||
package main
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build cgo && !nocrypto
|
||||
// +build cgo,!nocrypto
|
||||
|
||||
package database
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !cgo || nocrypto
|
||||
// +build !cgo nocrypto
|
||||
|
||||
package main
|
||||
|
|
Loading…
Reference in a new issue