Skip to content

Commit

Permalink
Merge pull request #141 from red031000/master
Browse files Browse the repository at this point in the history
fix wslenv
  • Loading branch information
red031000 committed May 28, 2023
2 parents a5f4f64 + 8712e6e commit 34ab060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

WSLENV ?= no
ifeq ($(WSLENV),)
NOWINE = 1
else
ifeq ($(WSLENV),no)
NOWINE = 0
else
NOWINE = 1
endif

ifeq ($(OS),Windows_NT)
Expand Down

0 comments on commit 34ab060

Please sign in to comment.