Go: attempt to fix compilation issue on missing clock_gettime()

This commit is contained in:
Nguyen Anh Quynh 2016-12-25 01:34:59 +08:00
parent b34109fb0d
commit af4c29c57f

View file

@ -8,7 +8,7 @@ import (
/*
#cgo CFLAGS: -O3 -Wall -Werror -I../../../include
#cgo LDFLAGS: -L../../../ -lunicorn
#cgo LDFLAGS: -L../../../ -lunicorn -lrt
#include <unicorn/unicorn.h>
#include "uc.h"
*/