##// END OF EJS Templates
hghave: make different has_pyoxidizer functions have different names...
av6 -
r50845:5df6d4f0 stable
parent child Browse files
Show More
@@ -206,7 +206,7 b' def has_pyoxidizer():'
206 206 "pyoxidizer-in-memory",
207 207 "running with pyoxidizer build as 'hg' with embedded resources",
208 208 )
209 def has_pyoxidizer():
209 def has_pyoxidizer_mem():
210 210 return 'PYOXIDIZED_IN_MEMORY_RSRC' in os.environ
211 211
212 212
@@ -214,7 +214,7 b' def has_pyoxidizer():'
214 214 "pyoxidizer-in-filesystem",
215 215 "running with pyoxidizer build as 'hg' with external resources",
216 216 )
217 def has_pyoxidizer():
217 def has_pyoxidizer_fs():
218 218 return 'PYOXIDIZED_FILESYSTEM_RSRC' in os.environ
219 219
220 220
General Comments 0
You need to be logged in to leave comments. Login now