1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 19:30:43 +00:00
godot/drivers/alsa/SCsub
2023-02-16 16:38:47 +02:00

10 lines
220 B
Python

#!/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")