mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:28:36 +00:00
Go: attempt to fix compilation issue on missing clock_gettime()
This commit is contained in:
parent
b34109fb0d
commit
af4c29c57f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue