Changeset 04d0c89
- Timestamp:
- Apr 11, 2017, 1:53:03 AM (8 years ago)
- Branches:
- sampler
- Children:
- 1686fcf
- Parents:
- b201912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
rb201912 r04d0c89 73 73 'HAVE_MEMCPY_HACKS']: 74 74 ext.define_macros += [(define_macro, 1)] 75 # assume pthread is available except on windows 76 if os.name != 'nt': 77 ext.define_macros += [('HAVE_PTHREAD_H', 1)] 75 78 76 79 def add_external_deps(ext, usedouble = False):
Note: See TracChangeset
for help on using the changeset viewer.