genesis_core_test/engine/drivers/alsa/SCsub

10 lines
220 B
Plaintext
Raw Normal View History

2025-01-23 14:20:50 +00:00
#!/usr/bin/env python
Import("env")
if "alsa" in env and env["alsa"]:
if env["use_sowrap"]:
env.add_source_files(env.drivers_sources, "asound-so_wrap.c")
env.add_source_files(env.drivers_sources, "*.cpp")