Skip to content

Commit

Permalink
Fix building on Windows (cygwin)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Aug 2, 2020
1 parent a051b07 commit 0ee1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ VRAM_DATA := data
VRAM_FLAGS := --make-new --path-limit 99 --size-limit 262144

ifeq ($(OS),Windows_NT)
ifeq ($(TERM),)
ifeq ($(TERM),cygwin)
PY3 := py -3 # Windows / CMD/PowerShell
else
PY3 := python3 # Windows / MSYS2
Expand Down

0 comments on commit 0ee1368

Please sign in to comment.