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