Changeset 19bc85a


Ignore:
Timestamp:
Sep 30, 2006, 12:34:14 AM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

remove useless flags in python Makefile
remove useless flags in python Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r366f811 r19bc85a  
    4444
    4545if MINGW
    46 SWLDFLAGS = ""
     46SWLDFLAGS =
    4747else
    4848if DARWIN
    49 SWLDFLAGS = "-bundle -framework Python"
     49SWLDFLAGS = -bundle -framework Python
    5050else
    51 SWLDFLAGS = "-shared"
     51SWLDFLAGS = -shared
    5252endif
    5353endif
Note: See TracChangeset for help on using the changeset viewer.