From 12d40fa03f95cccfb6af994b03576f78af314891 Mon Sep 17 00:00:00 2001 From: Marcelo Fernandez Date: Fri, 29 Sep 2017 15:22:42 -0300 Subject: Merged iphone and osx audio drivers into drivers/coreaudio --- drivers/coreaudio/SCsub | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 drivers/coreaudio/SCsub (limited to 'drivers/coreaudio/SCsub') 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') -- cgit v1.2.3