9 lines
231 B
Python
9 lines
231 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
if "pulseaudio" in env and env["pulseaudio"]:
|
|
if env["use_sowrap"]:
|
|
env.add_source_files(env.drivers_sources, "pulse-so_wrap.c")
|
|
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|