diff --git a/v1/boost-base.jam b/v1/boost-base.jam index 7039b8455..6371a44d5 100644 --- a/v1/boost-base.jam +++ b/v1/boost-base.jam @@ -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 ;