diff --git a/doc/Jamfile b/doc/Jamfile index c76d7eb1..cf3f2956 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -81,8 +81,9 @@ make index.xml rule make_doxygen_xml ( targets * : sources * : properties * ) { - LIB_DIR on $(targets) = [ path.parent [ path.root - [ on $(sources[1]) return $(SEARCH) ] [ path.pwd ] ] ] ; + LIB_DIR on $(targets) = + [ path.native [ path.parent [ path.root + [ on $(sources[1]) return $(SEARCH) ] [ path.pwd ] ] ] ] ; } if [ os.name ] = NT