SCsub 231 B

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