2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 02:32:13 +00:00

Detect Darwin

[SVN r27715]
This commit is contained in:
Douglas Gregor
2005-03-16 22:30:21 +00:00
parent 54ae550489
commit 69ebf41a7d

View File

@@ -76,6 +76,21 @@ if $(NT)
{
TOOLS ?= vc-7_1 ;
}
else if $(UNIX)
{
switch $(JAMUNAME)
{
case Darwin* :
{
TOOLS ?= darwin ;
}
case * :
{
TOOLS ?= gcc ;
}
}
}
else
{
TOOLS ?= gcc ;