disabled go vcs

This commit is contained in:
olebeck 2023-03-06 11:54:00 +01:00
parent f661895d2f
commit 3e6da4ebfe
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ for (platform_name, archs, ext) in PLATFORMS:
"-arch", ",".join(archs),
"-ldflags", LDFLAGS,
"-name", exe_name,
"-env", "GOVCS=off"
]
if platform_name == "windows":
args.append("-console")