Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 085051c

Browse files
authoredJan 11, 2017
Update Makefile
1 parent 6207e2e commit 085051c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# equal to some value. Your mileage my vary.
66

77
win := $(shell uname | grep CYGWIN)
8+
ifeq ($(win),)
9+
win := $(shell uname | grep MINGW)
10+
endif
811
dar := $(shell uname | grep Darwin)
912

1013
ifneq ($(win),)

0 commit comments

Comments
 (0)
Please sign in to comment.