File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Mkvcbuild;
33#
44# Package that generates build files for msvc build
55#
6- # $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.52 2010/02/14 14 :10:23 mha Exp $
6+ # $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.53 2010/02/15 17 :10:50 mha Exp $
77#
88use Carp;
99use Win32;
@@ -148,7 +148,7 @@ sub mkvcbuild
148148 if ($solution -> {options }-> {python })
149149 {
150150 # Attempt to get python version and location. Assume python.exe in specified dir.
151- open (P, $solution -> {options }-> {python } . " \\ python -c \" import sys;print(sys.prefix);print(str(sys.version_info[0])+str(sys.version_info[1]))\" |" ) || die " Could not query for python versoin !\n " ;
151+ open (P, $solution -> {options }-> {python } . " \\ python -c \" import sys;print(sys.prefix);print(str(sys.version_info[0])+str(sys.version_info[1]))\" |" ) || die " Could not query for python version !\n " ;
152152 my $pyprefix = <P>;chomp ($pyprefix );
153153 my $pyver = <P>;chomp ($pyver );
154154 close (P);
You can’t perform that action at this time.
0 commit comments