Skip to content

Commit

Permalink
Add LDFLAGS to cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho authored and trufae committed Nov 2, 2023
1 parent 999bfad commit f59b222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package r2pipe

// #cgo CFLAGS: -I/usr/local/include/libr
// #cgo CFLAGS: -I/usr/local/include/libr/sdb
// #cgo LDFLAGS: -L/usr/local/lib -lr_core
// #cgo pkg-config: r_core
// #include <stdio.h>
// #include <stdlib.h>
Expand Down

0 comments on commit f59b222

Please sign in to comment.