Skip to content

Commit

Permalink
Remove wrong script command (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague committed Jun 21, 2017
1 parent ee36400 commit 70b3e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/installUbuntuDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ install_libsrtp(){
cd libsrtp-2.1.0
CFLAGS="-fPIC" ./configure --enable-openssl --prefix=$PREFIX_DIR --with-openssl-dir=$PREFIX_DIR
make -s V=0 && make uninstall && make install
check_result $?
cd $CURRENT_DIR
else
mkdir -p $LIB_DIR
Expand Down

0 comments on commit 70b3e8e

Please sign in to comment.