summaryrefslogtreecommitdiff
path: root/MSVC.README.rst
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-07 18:48:37 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-07 18:48:37 +0100
commitb788f975b3ca7f092cb906c66722326fac43c281 (patch)
treedebc2f59e0deb14cf5ccbb1772013a9f9356e17c /MSVC.README.rst
parentd020c524bad9a9e26b124b85a356d3858b03cab7 (diff)
downloadgobject-introspection-b788f975b3ca7f092cb906c66722326fac43c281.tar.gz
meson: use underscore as a separator in build options
This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests.
Diffstat (limited to 'MSVC.README.rst')
-rw-r--r--MSVC.README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/MSVC.README.rst b/MSVC.README.rst
index 06cdf75f..42d3b1da 100644
--- a/MSVC.README.rst
+++ b/MSVC.README.rst
@@ -54,7 +54,7 @@ builds is not (and will likely never be) supported.
Open a Visual Studio command prompt and create an empty build directory (which needs
to be on the same drive as the G-I sources). In that directory, run the following::
- python $(PythonInstallationPath)\scripts\meson.py $(G-I_srcdir) --buildtype=<build_configuration> --prefix=$(PREFIX) -Dcairo-libname=<DLL filename of cairo-gobject> -Dpython=<full path to Python interpreter to build _giscanner.pyd>
+ python $(PythonInstallationPath)\scripts\meson.py $(G-I_srcdir) --buildtype=<build_configuration> --prefix=$(PREFIX) -Dcairo_libname=<DLL filename of cairo-gobject> -Dpython=<full path to Python interpreter to build _giscanner.pyd>
The -Dcairo-libname is likely necessary as the default DLL file name for Cairo-GObject
may likely not match the default "libcairo-gobject-2.dll", which is the default