From cd03a642849d567e2f42355bf18ca99cb600b246 Mon Sep 17 00:00:00 2001 From: inte alls Date: Wed, 11 Jan 2017 20:24:00 +0100 Subject: Initial PortAudio backend with build script changes to support library version 20161030 --- scripts/src/main.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts/src/main.lua') diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 22bef465c18..0a92b1fed57 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -284,6 +284,16 @@ if (STANDALONE~=true) then } end + if _OPTIONS["NO_USE_PORTAUDIO"]~="1" then + links { + ext_lib("portaudio"), + } + if _OPTIONS["targetos"]=="windows" then + links { + "setupapi", + } + end + end if _OPTIONS["NO_USE_MIDI"]~="1" then links { ext_lib("portmidi"), -- cgit v1.2.3-70-g09d2