Go: fix Travis test on Mac

This commit is contained in:
Nguyen Anh Quynh 2016-12-25 18:40:23 +08:00
parent af4c29c57f
commit 7287f2a82f

View file

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