##// END OF EJS Templates
setup: unconditionally do this python 3 step...
Augie Fackler -
r49686:40e35034 default
parent child Browse files
Show More
@@ -747,7 +747,6 b' class buildhgexe(build_ext):'
747 747
748 748 # Also overwrite python3.dll so that hgext.git is usable.
749 749 # TODO: also handle the MSYS flavor
750 if sys.version_info[0] >= 3:
751 750 python_x = os.path.join(
752 751 os.path.dirname(os.fsdecode(buf.value)),
753 752 "python3.dll",
General Comments 0
You need to be logged in to leave comments. Login now