mirror of
https://github.com/godotengine/godot
synced 2024-11-02 10:25:48 +00:00
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")
|