Changeset 5a7c000 for Makefile


Ignore:
Timestamp:
Nov 28, 2016, 4:33:48 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
8706a42
Parents:
c3af14b
git-author:
Paul Brossier <piem@piem.org> (10/03/16 16:40:48)
git-committer:
Paul Brossier <piem@piem.org> (11/28/16 16:33:48)
Message:

setup.py: use custom build_ext instead of 'generate' command, define HAVE_AUBIO_DOUBLE to 1 if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rc3af14b r5a7c000  
    2929
    3030build_python:
    31         python ./setup.py generate $(ENABLE_DOUBLE) build
     31        python ./setup.py build_ext $(ENABLE_DOUBLE)
    3232
    3333test_python: export LD_LIBRARY_PATH=$(PWD)/build/src
     
    7373
    7474build_python3:
    75         python3 ./setup.py generate $(ENABLE_DOUBLE) build
     75        python3 ./setup.py build_ext $(ENABLE_DOUBLE)
    7676
    7777clean_python3:
Note: See TracChangeset for help on using the changeset viewer.