remove glib dependency by provide compatible replacements
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -O3 -Wall -Werror -I../../../include
|
||||
#cgo LDFLAGS: -L../../../ -lunicorn -lglib-2.0
|
||||
#cgo LDFLAGS: -L../../../ -lunicorn
|
||||
#include <unicorn/unicorn.h>
|
||||
#include "uc.h"
|
||||
*/
|
||||
|
Reference in New Issue
Block a user