From: Ondřej Hošek Date: Tue, 11 Apr 2006 20:21:51 +0000 (+0000) Subject: Mac OS X Jam configuration should now work on newer systems too. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f6a1219ae1145e0b9c698ecc2eec8674a8041c3a;p=supertux.git Mac OS X Jam configuration should now work on newer systems too. SVN-Revision: 3305 --- diff --git a/mk/jam/build.jam b/mk/jam/build.jam index 99bf6f17a..6408b25ef 100644 --- a/mk/jam/build.jam +++ b/mk/jam/build.jam @@ -43,6 +43,8 @@ case mingw32* : include $(jamrulesdir)/win32.jam ; case apple-darwin : include $(jamrulesdir)/macosx.jam ; +case darwin* : + include $(jamrulesdir)/macosx.jam ; case linux-gnu : include $(jamrulesdir)/unix.jam ; case * : diff --git a/mk/jam/macosx.jam b/mk/jam/macosx.jam index 76a097da7..d865ecae4 100644 --- a/mk/jam/macosx.jam +++ b/mk/jam/macosx.jam @@ -1,6 +1,7 @@ #============================================================================ # Jam configuration and actions for MacOS/X # Copyright (C) 2003 by Eric Sunshine +# Copyright (C) 2006 by Ondrej Hosek #============================================================================ SHELL ?= "/bin/sh" ; DEEPCOPY ?= "cp -R" ;