datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 229 forks source link

Change download path in libs.sh #144

Open gregkowalsky opened 5 years ago

gregkowalsky commented 5 years ago

With the DEST set to ".libs.tar.gz" the untar would sometimes fail for us. Using the regular filename of the download works flawlessly each time we tried to use it.

redexp commented 5 years ago

Problem not in DEST, problem in curl option -LO where O means use original filename and next to it option -o not overwrites it.