Fix LIB_DIR for Windows

This commit is contained in:
Vinnie Falco
2017-08-02 19:17:35 -07:00
parent 852d2b487e
commit 1f0ad880fc

View File

@@ -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