Skip to content

Commit

Permalink
Merge pull request #39 from nilathedragon/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Jul 31, 2024
2 parents 4655130 + d8c0aed commit 4a05268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida/frida.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package frida
/*
#cgo LDFLAGS: -lfrida-core -lm -ldl
#cgo CFLAGS: -I/usr/local/include/ -w
#cgo darwin LDFLAGS: -lbsm -framework IOKit -framework Foundation -framework AppKit -lpthread
#cgo darwin LDFLAGS: -lbsm -framework IOKit -framework Foundation -framework AppKit -framework Security -lpthread
#cgo darwin CFLAGS: -Wno-error=incompatible-function-pointer-types
#cgo android LDFLAGS: -llog
#cgo android CFLAGS: -DANDROID -Wno-error=incompatible-function-pointer-types
Expand Down

0 comments on commit 4a05268

Please sign in to comment.