diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 07:20:31 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 07:20:31 +0200 |
commit | e1e94206e5de0a1b4e03593ffeb9d5cb6ce81abb (patch) | |
tree | 1801606ee6f5b8385905e7db133e597566a270d7 /apps/configure | |
parent | improved error handling (diff) |
midi is back from threded to async io
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 f96a329..9c5109f 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' -lasound -llo -lpthread' + LDFLAGS=$LD_FLAGS' -lasound -llo' ;; *) echo "platform not supported" |