mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Visual Studio builds: Use PythonDir instead of PythonPath
This is to avoid confusion with the PYTHONPATH envvar that is commonly used to determine where additional Python modules can be loaded, especially in the case of a MSBuild build. Note that envvar names are not case sensitive on Windows in general.
This commit is contained in:
@@ -26,7 +26,7 @@ builds.
|
||||
|
||||
A Python 2.7.x or 3.x interpreter is also required, in order to generate
|
||||
the utility scripts, as well as the pkg-config files for the build. Please
|
||||
see the entry "PythonPath" in glib-version-paths.vsprops to verify that
|
||||
see the entry "PythonDir" in glib-version-paths.vsprops to verify that
|
||||
it is correct.
|
||||
|
||||
One may wish to build his/her own ZLib-It is recommended that ZLib is
|
||||
|
Reference in New Issue
Block a user