mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
Fix LIB_DIR for Windows
This commit is contained in:
@@ -81,8 +81,9 @@ make index.xml
|
|||||||
|
|
||||||
rule make_doxygen_xml ( targets * : sources * : properties * )
|
rule make_doxygen_xml ( targets * : sources * : properties * )
|
||||||
{
|
{
|
||||||
LIB_DIR on $(targets) = [ path.parent [ path.root
|
LIB_DIR on $(targets) =
|
||||||
[ on $(sources[1]) return $(SEARCH) ] [ path.pwd ] ] ] ;
|
[ path.native [ path.parent [ path.root
|
||||||
|
[ on $(sources[1]) return $(SEARCH) ] [ path.pwd ] ] ] ] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ os.name ] = NT
|
if [ os.name ] = NT
|
||||||
|
Reference in New Issue
Block a user