mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
9 lines
201 B
Python
9 lines
201 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
if "pulseaudio" in env and env["pulseaudio"]:
|
|
env.add_source_files(env.drivers_sources, "pulse-so_wrap.c")
|
|
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|