mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-23 19:15:21 -05:00
Update cygwin makefile shenanigans.
This commit is contained in:
@@ -4,7 +4,7 @@ ifeq ($(strip $(WUT_ROOT)),)
|
||||
$(error "Please ensure WUT_ROOT is in your environment.")
|
||||
endif
|
||||
|
||||
ifeq ($(shell uname -s),CYGWIN*)
|
||||
ifeq ($(findstring CYGWIN,$(shell uname -s)),CYGWIN)
|
||||
ROOT := $(shell cygpath -w ${CURDIR})
|
||||
WUT_ROOT := $(shell cygpath -w ${WUT_ROOT})
|
||||
else
|
||||
|
||||
@@ -4,7 +4,7 @@ ifeq ($(strip $(WUT_ROOT)),)
|
||||
$(error "Please ensure WUT_ROOT is in your environment.")
|
||||
endif
|
||||
|
||||
ifeq ($(shell uname -s),CYGWIN*)
|
||||
ifeq ($(findstring CYGWIN,$(shell uname -s)),CYGWIN)
|
||||
ROOT := $(shell cygpath -w ${CURDIR})
|
||||
WUT_ROOT := $(shell cygpath -w ${WUT_ROOT})
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user