Changeset 754 for trunk/Sconstruct
- Timestamp:
- 01/29/09 20:17:48 (4 years ago)
- Files:
-
- 1 modified
-
trunk/Sconstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sconstruct
r750 r754 68 68 if str(env['portaudio']) == "1": cppflags.append('-DPORTAUDIO_SUPPORT') 69 69 if str(env['portmidi']) == "1": cppflags.append('-DPORTMIDI_SUPPORT') 70 if str(env['flac']) == "1": cppflags.append('-DFLAC_SUPPORT') 70 71 71 72 if sys.platform == "darwin" and str(env['coreaudio']) == "1": cppflags.append('-DCOREAUDIO_SUPPORT') 72 73 73 cppflags.append('-DFLAC_SUPPORT')74 74 cppflags.append('-DLADSPA_SUPPORT') 75 75