Changeset 3364ff5 in git
- Timestamp:
- 2009-05-29T02:15:37Z (16 years ago)
- Branches:
- master
- Children:
- 8f39fe7
- Parents:
- 3f257b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified setup.py ¶
r3f257b1 r3364ff5 127 127 # Okay, nevermind. Maybe there isn't even an 'as' executable on this 128 128 # platform. 129 pass 130 131 try: 132 # that "as -v" step creates an empty a.out, so clean it up. Modern GNU 133 # "as" has --version, which emits the version number without actually 134 # assembling anything, but older versions only have -v, which emits a 135 # version number and *then* assembles from stdin. 136 os.unlink("a.out") 137 except EnvironmentError: 129 138 pass 130 139
Note: See TracChangeset
for help on using the changeset viewer.