csx 4 years ago
parent
commit
399d4996b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go View File

@@ -1,7 +1,7 @@
1 1
 package main
2 2
 
3 3
 /*
4
-
4
+#cgo amd64 386 CFLAGS: -DX86=1
5 5
 #cgo darwin,!arm,!arm64 LDFLAGS: -lpthread
6 6
 #cgo darwin,arm LDFLAGS: -framework CoreFoundation
7 7
 #cgo darwin,arm64 LDFLAGS: -framework CoreFoundation