зеркало из https://github.com/mozilla/kaldi.git
sandbox/sail: Changed sed invocation in portaudio installation script to make it BSD friendly.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sail@3729 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
bfa786efe1
Коммит
f0c3872fa4
|
@ -82,7 +82,7 @@ if [ -z "$MACOS" ]; then
|
|||
fi
|
||||
|
||||
./configure --prefix=`pwd`/install --with-pic
|
||||
sed -i '40s:src/common/pa_ringbuffer.o::g; 40s:$: src/common/pa_ringbuffer.o:' Makefile
|
||||
sed -i.bk '40s:src/common/pa_ringbuffer.o::g; 40s:$: src/common/pa_ringbuffer.o:' Makefile
|
||||
|
||||
if [ "$MACOS" != "" ]; then
|
||||
echo "detected MacOS operating system ... trying to fix Makefile"
|
||||
|
|
Загрузка…
Ссылка в новой задаче