Skip to content

Commit

Permalink
Add note about adding make to PATH on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 30, 2025
1 parent f68933d commit fd7daeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extra/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ opam install haxe --deps-only

## Compile

On Windows, cygwin's make must be available in PATH. To do this, run:

```pwsh
$env:PATH="$(opam exec -- cygpath -w /bin);$env:PATH"
```

In the checked out Haxe source directory,
```sh
# On Unix
Expand Down

0 comments on commit fd7daeb

Please sign in to comment.