mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
README.win32: Update workarounds for VS 2008 x64 builds
We need to also update build.ninja after configuration so that builds don't get stuck on gio/tests/gsubprocess-testprog.c.
This commit is contained in:
parent
1ba843b8a0
commit
6528887534
@ -246,5 +246,5 @@ for /r %f in (*.exe.manifest) do if exist $(PREFIX)\bin\%~nf mt /manifest %f $(P
|
||||
remove all running instances of cl.exe, which will cause the build process to terminate. Update
|
||||
the build flags of the sources that hang on compilation by changing its "/O2" flag to "/O1"
|
||||
in build.ninja, and retry the build, where things should continue to build normally. At the
|
||||
time of writing, this is needed for compiling glib/gtestutils.c, gio/gsettings.c and
|
||||
gio/gsettingsschema.c
|
||||
time of writing, this is needed for compiling glib/gtestutils.c, gio/gsettings.c,
|
||||
gio/gsettingsschema.c and gio/tests/gsubprocess-testprog.c
|
||||
|
Loading…
Reference in New Issue
Block a user