summaryrefslogtreecommitdiff
path: root/drivers/coreaudio/SCsub
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2017-09-29 15:22:42 -0300
committerMarcelo <marcelofg55@gmail.com>2017-09-30 02:16:42 -0300
commit12d40fa03f95cccfb6af994b03576f78af314891 (patch)
treeee52f1c69be6e14f77b382e06143cbeb54cd0f04 /drivers/coreaudio/SCsub
parent2c5fa0947d724c0dcb24643f692f7a9d686a5490 (diff)
Merged iphone and osx audio drivers into drivers/coreaudio
Diffstat (limited to 'drivers/coreaudio/SCsub')
-rw-r--r--drivers/coreaudio/SCsub8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/coreaudio/SCsub b/drivers/coreaudio/SCsub
new file mode 100644
index 0000000000..233593b0f9
--- /dev/null
+++ b/drivers/coreaudio/SCsub
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+Import('env')
+
+# Driver source files
+env.add_source_files(env.drivers_sources, "*.cpp")
+
+Export('env')