Jamfile link flags fix for mingw64 clang.

[SVN r82249]
This commit is contained in:
Ion Gaztañaga
2012-12-28 23:09:43 +00:00
parent d02b0dddcd
commit e3773373d7
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ rule test_all
<toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
] ;
}

View File

@@ -28,6 +28,7 @@ rule test_all
<toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
] ;
}