Mac OS X Jam configuration should now work on newer systems too.
authorOndřej Hošek <ondra.hosek@gmail.com>
Tue, 11 Apr 2006 20:21:51 +0000 (20:21 +0000)
committerOndřej Hošek <ondra.hosek@gmail.com>
Tue, 11 Apr 2006 20:21:51 +0000 (20:21 +0000)
SVN-Revision: 3305

mk/jam/build.jam
mk/jam/macosx.jam

index 99bf6f1..6408b25 100644 (file)
@@ -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 * :
index 76a097d..d865eca 100644 (file)
@@ -1,6 +1,7 @@
 #============================================================================
 # Jam configuration and actions for MacOS/X
 # Copyright (C) 2003 by Eric Sunshine <sunshine@sunshineco.com>
+# Copyright (C) 2006 by Ondrej Hosek <ondra.hosek@gmail.com>
 #============================================================================
 SHELL ?= "/bin/sh" ;
 DEEPCOPY ?= "cp -R" ;