Changeset 8698499 for src


Ignore:
Timestamp:
Nov 26, 2016, 2:52:37 PM (7 years ago)
Author:
Paul Brossier <piem@piem.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, sampler, yinfft+
Children:
3820264
Parents:
cb7835d
Message:

src/wscript_build: also install static library

See this post from waf author:

https://groups.google.com/forum/#!msg/waf-users/GBHPrmO_lDg/34VWYEaks40J

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    rcb7835d r8698499  
    3030    build_features = ['cstlib', 'cshlib']
    3131
     32# also install static lib
     33from waflib.Tools.c import cstlib
     34from waflib.Tools.fc import fcstlib
     35fcstlib.inst_to = cstlib.inst_to = '${LIBDIR}'
     36
    3237for target in build_features:
    3338    ctx(features = 'c ' + target,
Note: See TracChangeset for help on using the changeset viewer.