diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 05:28:47 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 05:28:47 +0200 |
commit | 336f80ec03f1ba3e9d41f381ce60ab4cb1e1bb30 (patch) | |
tree | 492eaeedeb0c83bcbe71172b8f24dff8b4890d1a /apps/configure | |
parent | moved osc stuff to separate files (diff) |
added midi captureing code
Diffstat (limited to 'apps/configure')
-rwxr-xr-x | apps/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/configure b/apps/configure index 597ba07..f96a329 100755 --- a/apps/configure +++ b/apps/configure @@ -88,7 +88,7 @@ rm -f config.h rm -f include.mk case $TARGET in Linux) - LDFLAGS=$LD_FLAGS' -llo -lpthread' + LDFLAGS=$LD_FLAGS' -lasound -llo -lpthread' ;; *) echo "platform not supported" |