diff --git a/Jamfile.jam b/Jamfile.jam index 1d20b86..2e3a59f 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -13,7 +13,14 @@ # default toolset/configuration if ( ! $(toolset) ) { - exit You should specify a toolset ; + if ( $(UNIX) ) + { + toolset = "gcc" ; + } + else + { + exit You should specify a toolset ; + } } if ( ! $(configuration) )