Skip to content

Commit

Permalink
Use pkg-config to resolve r_core
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho authored and trufae committed Nov 2, 2023
1 parent c89db1f commit 999bfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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>
// extern void r_core_free(void *);
Expand Down

0 comments on commit 999bfad

Please sign in to comment.