Skip to content

Commit

Permalink
change ossp uid repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 19, 2024
1 parent d521b3d commit 60c637f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sources.wasm/9000-uuid-ossp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ if [ -d uuid-1.6.2 ]
then
echo ok
else
wget -c http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz
tar xfz uuid-1.6.2.tar.gz
#wget -c http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz
#tar xfz uuid-1.6.2.tar.gz
git clone https://github.com/pygame-web/ossp-uuid uuid-1.6.2
fi

if [ -f $PREFIX/lib/libossp-uuid.a ]
Expand Down

0 comments on commit 60c637f

Please sign in to comment.