mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-22 03:41:41 +00:00
Fix bug in build script (thanks CSonicGo)
Subversion-branch: /buildscripts Subversion-revision: 2477
This commit is contained in:
parent
68108fda5a
commit
f72204d128
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ fi
|
|||
|
||||
# Optional libsamplerate support:
|
||||
|
||||
if $build_libsamplerate
|
||||
if $build_libsamplerate; then
|
||||
if $force_build_sdl || ! have_header libsamplerate.h; then
|
||||
fetch_and_build_module http://www.mega-nerd.com/SRC/ \
|
||||
libsamplerate 0.1.8 "$HOST_ARG"
|
||||
|
|
Loading…
Reference in a new issue