SCsub 270 B

1234567891011
  1. #!/usr/bin/env python
  2. from misc.utility.scons_hints import *
  3. Import("env")
  4. if "pulseaudio" in env and env["pulseaudio"]:
  5. if env["use_sowrap"]:
  6. env.add_source_files(env.drivers_sources, "pulse-so_wrap.c")
  7. env.add_source_files(env.drivers_sources, "*.cpp")