Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
update run script
Browse files Browse the repository at this point in the history
  • Loading branch information
zllovesuki committed Aug 19, 2020
1 parent 5b22a7c commit 5d3d1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Get-Command "gcc.exe"
$env:GOOS = "windows"
$env:GOARCH = "amd64"
$env:GOHOSTARCH = "amd64"
$env:CGO_ENABLED = "0"
$env:CGO_ENABLED = "1"

go run .

0 comments on commit 5d3d1a6

Please sign in to comment.