diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-18 15:09:54 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-18 15:09:54 +0000 |
commit | ccfcb2d2808f4daa960921174a40b52b956d3a2a (patch) | |
tree | e033568f4c151f32b93de00569bd1b006358ce8c /build.sh | |
parent | f6151b6290b2d7ab23af1c67d3e9fb4c7a08a955 (diff) |
Create bin dir
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ else export FLAGS="" fi +mkdir -p bin + CGO_ENABLED=1 go build -trimpath -ldflags "$FLAGS" -v -o "bin/" ./cmd/... CGO_ENABLED=0 GOOS=js GOARCH=wasm go build -trimpath -ldflags "$FLAGS" -o bin/main.wasm ./cmd/dendritejs |