We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c991700 commit 5595423Copy full SHA for 5595423
skia/build_go.sh
@@ -5,4 +5,4 @@ cd "$here"
5
rm -f main_go
6
source tags.sh
7
export CGO_ENABLED=0 # ensure a cgo-free build
8
-go build -tags "$build_tags" -o main_go ../../boxer/public/imzero/main.go
+go build -tags "$build_tags" -o main_go ../../boxer/codegen/imzero/
0 commit comments