Update runtime build script

Ref #1687
This commit is contained in:
Zachary Yedidia 2020-06-12 20:54:37 -04:00
parent cfc595e80e
commit ca976a8a3c

View file

@ -46,6 +46,7 @@ fetch-tags:
# Builds the runtime
runtime:
git submodule update --init
rm -f runtime/syntax/*.hdr
go run runtime/syntax/make_headers.go runtime/syntax
go build -o tools/bindata ./tools/go-bindata
tools/bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...