Skip to content

Commit

Permalink
go: Use symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 16, 2018
1 parent c2cf1fb commit 9242887
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bindings/go/evmc/evmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package evmc

/*
#cgo CFLAGS: -I${SRCDIR}/../../../include
#cgo CFLAGS: -I${SRCDIR}/..
#cgo LDFLAGS: -ldl
#include <evmc/evmc.h>
Expand Down
1 change: 1 addition & 0 deletions bindings/go/evmc/evmc.h
1 change: 1 addition & 0 deletions bindings/go/evmc/helpers.h
2 changes: 1 addition & 1 deletion bindings/go/evmc/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package evmc

/*
#cgo CFLAGS: -I${SRCDIR}/../../../include
#cgo CFLAGS: -I${SRCDIR}/..
#include <evmc/evmc.h>
Expand Down
6 changes: 0 additions & 6 deletions bindings/go/evmc/loader.c

This file was deleted.

1 change: 1 addition & 0 deletions bindings/go/evmc/loader.c
1 change: 1 addition & 0 deletions bindings/go/evmc/loader.h

0 comments on commit 9242887

Please sign in to comment.