Skip to content

fix: invoke Windows build scripts with .\ prefix#18

Merged
ulises-jeremias merged 1 commit into
vlang:mainfrom
ulises-jeremias:fix/windows-build-script-path
Jun 2, 2026
Merged

fix: invoke Windows build scripts with .\ prefix#18
ulises-jeremias merged 1 commit into
vlang:mainfrom
ulises-jeremias:fix/windows-build-script-path

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

  • Run .\makev.bat -gcc on Windows (cmd requires the .\ prefix).
  • Fall back to .\make.bat -gcc for older release tags (e.g. 0.5.1) that lack makev.bat.

Context

v1.5 failed on GHA Windows with:

'makev.bat' is not recognized as an internal or external command

Test plan

  • npm run all passes locally (14 tests)

Made with Cursor

Use .\makev.bat -gcc on Windows (matches vlang/v CI) and fall back to
.\make.bat -gcc for older release tags that lack makev.bat.

Fixes Windows bootstrap when cmd cannot resolve bare makev.bat.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ulises-jeremias ulises-jeremias merged commit eb9a449 into vlang:main Jun 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant