Changeset 19bc85a for python/aubio/Makefile.am
- Timestamp:
- Sep 30, 2006, 12:34:14 AM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 961c39c3
- Parents:
- 366f811
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
r366f811 r19bc85a 44 44 45 45 if MINGW 46 SWLDFLAGS = ""46 SWLDFLAGS = 47 47 else 48 48 if DARWIN 49 SWLDFLAGS = "-bundle -framework Python"49 SWLDFLAGS = -bundle -framework Python 50 50 else 51 SWLDFLAGS = "-shared"51 SWLDFLAGS = -shared 52 52 endif 53 53 endif
Note: See TracChangeset
for help on using the changeset viewer.