Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
11 lines
259 B
Python
11 lines
259 B
Python
#!/usr/bin/env python
|
|
from misc.utility.scons_hints import *
|
|
|
|
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")
|