changeset 3419:438fbee7968f

Do not build darwin on linux-64.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 May 2007 20:42:19 +0200
parents ce5be49f612c
children a44b849731a8
files lilypond.make
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lilypond.make	Thu May 03 20:38:04 2007 +0200
+++ b/lilypond.make	Thu May 03 20:42:19 2007 +0200
@@ -17,8 +17,16 @@
 
 PACKAGE = lilypond
 
-ALL_PLATFORMS=cygwin darwin-ppc darwin-x86 debian debian-arm freebsd-x86 linux-x86 linux-64 mingw debian-mipsel linux-ppc
-PLATFORMS=darwin-ppc darwin-x86 mingw linux-x86 linux-64 linux-ppc freebsd-x86 cygwin
+ALL_PLATFORMS=cygwin debian debian-arm freebsd-x86 linux-x86 linux-64 mingw debian-mipsel linux-ppc
+PLATFORMS=linux-x86 linux-64 linux-ppc freebsd-x86 cygwin mingw
+ifneq ($(BUILD_PLATFORM),linux-64)
+# odcctools do not build on linux-64
+ALL_PLATFORMS+=darwin-ppc darwin-x86
+# nsis does not build on linux-64, but we can build everything except for
+# the installer...
+#ALL_PLATFORMS+=mingw
+ALL_PLATFORMS+=darwin-ppc darwin-x86
+endif
 
 LILYPOND_CVS_REPODIR=downloads/lilypond.cvs
 LILYPOND_GITDIR=downloads/lilypond.git