We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90d505 commit d60372bCopy full SHA for d60372b
1 file changed
frida/frida.go
@@ -8,11 +8,10 @@ package frida
8
9
/*
10
#cgo LDFLAGS: -lfrida-core -lm -ldl
11
-#cgo CFLAGS: -I/usr/local/include/ -w
+#cgo CFLAGS: -I/usr/local/include/ -w -Wno-error=incompatible-function-pointer-types
12
#cgo darwin LDFLAGS: -lbsm -framework IOKit -framework Foundation -framework AppKit -lpthread
13
-#cgo darwin CFLAGS: -Wno-error=incompatible-function-pointer-types
14
#cgo android LDFLAGS: -llog
15
-#cgo android CFLAGS: -DANDROID -Wno-error=incompatible-function-pointer-types
+#cgo android CFLAGS: -DANDROID
16
#cgo linux,!android LDFLAGS: -lrt -lresolv -lpthread
17
#cgo linux CFLAGS: -pthread
18
#include <frida-core.h>
0 commit comments