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:
@ -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 == "")
|
||||
|
Reference in New Issue
Block a user