]> git.donarmstrong.com Git - lilypond.git/commitdiff
(MINGW_BUILD): generic
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 13 Jan 2006 01:03:44 +0000 (01:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 13 Jan 2006 01:03:44 +0000 (01:03 +0000)
detection of mingw build.

stepmake/stepmake/generic-vars.make

index 2e2b86944916623af63e7715b8bdb828e62e1d38..64e7a118d380a6ac7afa3f1442a6393a5dc9cd9f 100644 (file)
@@ -108,7 +108,7 @@ ifeq ($(HOST_ARCH),i686-cygwin)
 CYGWIN_BUILD = yes
 endif
 
-ifeq (mingw,$(findstring mingw$(HOST_ARCH)))
+ifeq (mingw,$(findstring mingw,$(HOST_ARCH)))
 MINGW_BUILD = yes
 endif
 endif