disable it actually

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

View File

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