freeswitch/libs/portaudio.build.sh

15 lines
123 B
Bash
Executable File

arch=`uname -m`
opts=""
if [ $arch = "x86_64" ] ; then
opts="-fPIC"
fi
CFLAGS=$opts ./configure $@
make
make install