changeset 56 | 51219ad2b0bd |
parent 50 | 1af7b5eec5f8 |
child 57 | 6f29c9811820 |
--- a/setup.py Wed Mar 09 15:19:32 2016 +0000 +++ b/setup.py Fri Dec 23 12:55:22 2016 +0000 @@ -28,7 +28,7 @@ #building pyRXP if sys.platform=="win32": LIBS=['wsock32'] - if sys.version_info[:2]==(3,5) and not int(os.environ.get('PYRXP35LONG','0')): + if sys.version_info[:2]==(3,6) and not int(os.environ.get('PYRXP35LONG','0')): EXT_KWARGS['extra_compile_args'] = ['/Od'] #EXT_KWARGS['extra_compile_args'] = ['/Zi'] #EXT_KWARGS['extra_link_args'] = ['/DEBUG']