Updated libcsptr to use gcc 4.6

This commit is contained in:
Snaipe 2015-07-30 23:08:06 +02:00
parent f7b32fcecf
commit a8bec0a0f6

View file

@ -1,6 +1,6 @@
#!/bin/bash
repo="https://github.com/Snaipe/libcsptr.git"
tag="v2.0.2"
tag="v2.0.4"
mkdir dependencies
git clone --branch ${tag} --depth 1 ${repo} dependencies/libcsptr &&