From ea021949203fdffee3638daf80bc3c1ce4ec728a Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Thu, 28 Nov 2024 10:37:57 -0500 Subject: [PATCH] exclude `id` and `group` when building for Windows --- build.vsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.vsh b/build.vsh index 02a96b67..62a3058e 100755 --- a/build.vsh +++ b/build.vsh @@ -5,6 +5,8 @@ import os // v has a bug that you can't use args const ignore_dirs = { 'windows': [ // avoid *nix-dependent utils + 'id', + 'group', 'nohup', 'stat', 'tty',