Changeset f82aa09


Ignore:
Timestamp:
Nov 5, 2009, 5:45:50 PM (14 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, pitchshift, sampler, timestretch, yinfft+
Children:
ed73bc6
Parents:
aac02a1
Message:

wscript: remove java stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    raac02a1 rf82aa09  
    2424  opt.add_option('--disable-lash', action='store_true', default=False,
    2525      help='compile without lash support')
    26   opt.add_option('--enable-java', action='store_true', default=False,
    27       help='compile with java support')
    2826  opt.add_option('--with-target-platform', type='string',
    2927      help='set target platform for cross-compilation', dest='target_platform')
     
    10199      conf.check_python_headers()
    102100
    103     # java
    104     if (Options.options.enable_java == True):
    105       conf.fatal('Java build not yet implemented')
    106       conf.check_tool('java')
    107 
    108101  # check support for C99 __VA_ARGS__ macros
    109102  check_c99_varargs = '''
     
    135128    if bld.env['PYTHON']:
    136129      bld.add_subdirs('python/aubio python')
    137     if bld.env['JAVA']:
    138       pass
    139130
    140131  # create the aubio.pc file for pkg-config
Note: See TracChangeset for help on using the changeset viewer.