SCsub 259 B

1234567891011
  1. #!/usr/bin/env python
  2. from misc.utility.scons_hints import *
  3. Import("env")
  4. if "alsa" in env and env["alsa"]:
  5. if env["use_sowrap"]:
  6. env.add_source_files(env.drivers_sources, "asound-so_wrap.c")
  7. env.add_source_files(env.drivers_sources, "*.cpp")