mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Use installed evmjit library
This commit is contained in:
parent
1194ca00cc
commit
8989181652
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
package vm
|
package vm
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#include "../evmjit/libevmjit/interface.h"
|
#include <evmjit/interface.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#cgo LDFLAGS: -L/home/chfast/go/src/github.com/ethereum/go-ethereum/evmjit/build/libevmjit -levmjit
|
#cgo LDFLAGS: -levmjit
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue