Fix makefile for cross compilation

This commit is contained in:
Zachary Yedidia 2021-10-29 04:47:23 +00:00
parent 728d87ceba
commit 7df91eb038

View File

@ -35,7 +35,7 @@ fetch-tags:
git fetch --tags
generate:
go generate ./runtime
GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) go generate ./runtime
testgen:
mkdir -p tools/vscode-tests