mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 00:20:58 +00:00
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:
parent
196afa593c
commit
9e127b1771
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue