We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2723167 commit edc419dCopy full SHA for edc419d
.gitmodules
@@ -1,3 +1,6 @@
1
[submodule "tests"]
2
path = tests/testdata
3
url = https://github.com/ethereum/tests
4
+[submodule "evmc"]
5
+ path = evmc
6
+ url = https://github.com/ethereum/evmc
core/vm/evmc.go
@@ -89,7 +89,7 @@ static struct evmc_instance* create(void* create_symbol)
89
return fn();
90
}
91
92
-#cgo CFLAGS: -I/home/chfast/Projects/ethereum/cpp-ethereum/evmc/include
+#cgo CFLAGS: -I../../evmc/include
93
#cgo LDFLAGS: -ldl
94
*/
95
import "C"
evmc
0 commit comments