mingw64 fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-05-19 07:35:46 +00:00
parent 196afa593c
commit 9e127b1771

View file

@ -13,8 +13,9 @@ $(BUNDLE_NAME)_STANDARD_INSTALL = no
DO_LIB_LINK=no
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
DO_LIB_LINK=yes
endif
ifeq ($(GNUSTEP_TARGET_OS), cygwin)
else ifeq ($(GNUSTEP_TARGET_OS), mingw64)
DO_LIB_LINK=yes
else ifeq ($(GNUSTEP_TARGET_OS), cygwin)
DO_LIB_LINK=yes
endif
ifeq ($(DO_LIB_LINK), yes)