Changeset f82aa09
- Timestamp:
- Nov 5, 2009, 5:45:50 PM (15 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:
- ed73bc6
- Parents:
- aac02a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
raac02a1 rf82aa09 24 24 opt.add_option('--disable-lash', action='store_true', default=False, 25 25 help='compile without lash support') 26 opt.add_option('--enable-java', action='store_true', default=False,27 help='compile with java support')28 26 opt.add_option('--with-target-platform', type='string', 29 27 help='set target platform for cross-compilation', dest='target_platform') … … 101 99 conf.check_python_headers() 102 100 103 # java104 if (Options.options.enable_java == True):105 conf.fatal('Java build not yet implemented')106 conf.check_tool('java')107 108 101 # check support for C99 __VA_ARGS__ macros 109 102 check_c99_varargs = ''' … … 135 128 if bld.env['PYTHON']: 136 129 bld.add_subdirs('python/aubio python') 137 if bld.env['JAVA']:138 pass139 130 140 131 # create the aubio.pc file for pkg-config
Note: See TracChangeset
for help on using the changeset viewer.