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

Have intel on darwin use intel-linux.jam toolset.

[SVN r40715]
This commit is contained in:
K. Noel Belcourt
2007-11-03 04:08:23 +00:00
parent 2f98e06131
commit 720e899be9

View File

@@ -16,7 +16,7 @@ feature.subfeature toolset intel : platform : : propagated link-incompatible ;
rule init ( * : * )
{
if [ os.name ] = LINUX
if [ os.name ] = LINUX || [ os.name ] = MACOSX
{
toolset.using intel-linux :
$(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;