diff options
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/import.py b/test/import.py index d267f00..7debffc 100644 --- a/test/import.py +++ b/test/import.py @@ -143,11 +143,12 @@ tools = [ 'zip', ] -if sys.platform == 'win32': - tools.extend([ - '386asm', - 'linkloc', - ]) +#if sys.platform == 'win32': +# Just comment out (for now?) due to registry dependency. +# tools.extend([ +# '386asm', +# 'linkloc', +# ]) # Intel no compiler warning.. intel_no_compiler_warning = """ |