##// END OF EJS Templates
setup: avoid procedure related to hg.exe at setup.py --pure...
FUJIWARA Katsunori -
r28041:8da94662 stable
parent child Browse files
Show More
@@ -304,7 +304,7 b' class hgbuildext(build_ext):'
304
304
305 class hgbuildscripts(build_scripts):
305 class hgbuildscripts(build_scripts):
306 def run(self):
306 def run(self):
307 if os.name != 'nt':
307 if os.name != 'nt' or self.distribution.pure:
308 return build_scripts.run(self)
308 return build_scripts.run(self)
309
309
310 exebuilt = False
310 exebuilt = False
General Comments 0
You need to be logged in to leave comments. Login now