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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user