mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 04:58:12 +00:00
Go: fix Travis test on Mac
This commit is contained in:
parent
af4c29c57f
commit
7287f2a82f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue