]> granicus.if.org Git - graphviz/commit
call Python as `python` instead of `python3` in MSBuild files
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 20:14:26 +0000 (13:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 May 2021 17:02:38 +0000 (10:02 -0700)
commit2c452d3bc35619f40c328ff48cca9cee8bab64d0
treebaee6ca600b4f44b009fb7d7d9391e96ce0dbc23
parent6a6c91463de6802c88fdfe36195d07c9885f12b8
call Python as `python` instead of `python3` in MSBuild files

This removes an assumption from these files that Python 3 is available as
`python3`. On a Windows system, it is typically python.exe and users have to
create their own python3.exe if they want to call it under this name. Related to
#2049.
lib/version/version.vcxproj