Skip to content

Commit

Permalink
exclude id and group when building for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov authored Nov 28, 2024
1 parent db52f7f commit ea02194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ea02194

Please sign in to comment.