1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

tried to fix mingw build, no success, it still works halfway

This commit is contained in:
Igor Zlatkovic
2003-12-11 18:52:07 +00:00
parent ad6e1edbe2
commit f8c283c3af
3 changed files with 25 additions and 18 deletions

View File

@ -362,8 +362,8 @@ if (error != 0) {
WScript.Quit(error);
}
dirSep = "\\";
if (compiler == "mingw")
dirSep = "/";
//if (compiler == "mingw")
// dirSep = "/";
if (buildBinPrefix == "")
buildBinPrefix = "$(PREFIX)" + dirSep + "bin";
if (buildIncPrefix == "")