From fbb2305d1c1477d5b455f69a272affed99a28867 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:56:28 +0100 Subject: [PATCH] disable it actually --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 716ef77..94ce994 100644 --- a/build.py +++ b/build.py @@ -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")