Skip to content

Commit edc419d

Browse files
axicchfast
authored andcommitted
evmc: add evmc submodule
1 parent 2723167 commit edc419d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "tests"]
22
path = tests/testdata
33
url = https://github.com/ethereum/tests
4+
[submodule "evmc"]
5+
path = evmc
6+
url = https://github.com/ethereum/evmc

core/vm/evmc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static struct evmc_instance* create(void* create_symbol)
8989
return fn();
9090
}
9191
92-
#cgo CFLAGS: -I/home/chfast/Projects/ethereum/cpp-ethereum/evmc/include
92+
#cgo CFLAGS: -I../../evmc/include
9393
#cgo LDFLAGS: -ldl
9494
*/
9595
import "C"

evmc

Submodule evmc added at 5ee6915

0 commit comments

Comments
 (0)