godot/drivers/alsa/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
259 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
2014-02-10 01:10:30 +00:00
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")