mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 09:05:30 +00:00
Go: fix Travis test on Mac
This commit is contained in:
parent
af4c29c57f
commit
7287f2a82f
|
@ -8,7 +8,8 @@ import (
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -O3 -Wall -Werror -I../../../include
|
#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 <unicorn/unicorn.h>
|
||||||
#include "uc.h"
|
#include "uc.h"
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue