mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-28 23:14:57 +03:00
cmake: Stop using win32config.h
Move this file to the win32 subdirectory.
This commit is contained in:
@@ -605,7 +605,7 @@ if (f) {
|
||||
fso.CopyFile(makefile, new_makefile, true);
|
||||
WScript.Echo("Created Makefile.");
|
||||
// Create the config.h.
|
||||
var confighsrc = "..\\include\\win32config.h";
|
||||
var confighsrc = "win32config.h";
|
||||
var configh = "..\\config.h";
|
||||
var f = fso.FileExists(configh);
|
||||
if (f) {
|
||||
|
||||
Reference in New Issue
Block a user