mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 06:24:44 +02:00
Jamfile link flags fix for mingw64 clang.
[SVN r82247]
This commit is contained in:
@@ -29,6 +29,7 @@ rule test_all
|
|||||||
<toolset>acc-pa_risc:<linkflags>-lrt
|
<toolset>acc-pa_risc:<linkflags>-lrt
|
||||||
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
|
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
|
||||||
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
|
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
|
||||||
|
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
|
||||||
] ;
|
] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@ rule test_all
|
|||||||
<toolset>acc-pa_risc:<linkflags>-lrt
|
<toolset>acc-pa_risc:<linkflags>-lrt
|
||||||
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
|
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
|
||||||
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
|
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
|
||||||
|
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
|
||||||
] ;
|
] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user