summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-08-26 16:28:03 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-08-26 16:28:03 +0800
commit2f497743f14d305dc9708b19f7c92025fae00362 (patch)
tree5ae24f0b58d8d702336c699878d0ab40971139bf
parenta030dd3d80e7d2ce302b84b21917c132c3656b68 (diff)
downloadlibsoup-2f497743f14d305dc9708b19f7c92025fae00362.tar.gz
README.msvc: Inform that sysprof must be disabled
sysprof is currently something that is not meant to run on Windows, at all.
-rw-r--r--README.msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.msvc b/README.msvc
index d9a00613..5855c487 100644
--- a/README.msvc
+++ b/README.msvc
@@ -52,7 +52,7 @@ To do a build using Meson, do the following:
-Configure the build using Meson:
- python $(PYTHON_INSTALL_DIR)\scripts\meson.py $(LIBSOUP_SRCDIR) --buildtype=$(build_configuration) --prefix=$(INSTALL_PREFIX) [--backend=vs]
+ python $(PYTHON_INSTALL_DIR)\scripts\meson.py $(LIBSOUP_SRCDIR) --buildtype=$(build_configuration) --prefix=$(INSTALL_PREFIX) -Dsysprof=disabled [--backend=vs]
Also pass in -Dgssapi=false if not building with GSSAPI support.