Merge pull request #108 from AlvaroBurnett/master

Improve compatibility with the Unix tools included in Git for Windows.
This commit is contained in:
Lior Halphon 2018-08-19 23:20:44 +03:00 committed by GitHub
commit 57cc4809ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ PLATFORM := windows32
USE_WINDRES := true
endif
ifneq ($(findstring MSYS,$(PLATFORM)),)
PLATFORM := windows32
endif
ifeq ($(PLATFORM),Darwin)
DEFAULT := cocoa
else