From ee83924b5b69ffb8e5233f481e564bf6397f6aa0 Mon Sep 17 00:00:00 2001 From: hongnod <6680267+hongnod@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:53:07 +0800 Subject: [PATCH] Update wxsqlite3_cgo.go --- wxsqlite3_cgo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxsqlite3_cgo.go b/wxsqlite3_cgo.go index 15243a3..41121d5 100755 --- a/wxsqlite3_cgo.go +++ b/wxsqlite3_cgo.go @@ -1,8 +1,8 @@ package sqlite3 /* -#cgo linux,amd64 CFLAGS: -msse4.1 +#cgo amd64 CFLAGS: -msse4.1 #cgo !arm64 CFLAGS: -maes #cgo CFLAGS: -DUSE_LIBSQLITE3 -DCODEC_TYPE=CODEC_TYPE_AES128 -DSQLITE_HAS_CODEC=1 */ -import "C" \ No newline at end of file +import "C"