mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:53:23 +00:00
Use libdc from github now
The build script was cloning the Sursurface branch of libdivecomputer from the "old" location. Use the new github based location from now on. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
441260b8bc
commit
fd40a29ec8
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ if [ ! -d libdivecomputer ] ; then
|
|||
if [[ $1 = local ]] ; then
|
||||
git clone $SRC/../libdivecomputer libdivecomputer
|
||||
else
|
||||
git clone -b Subsurface-branch git://subsurface-divelog.org/libdc libdivecomputer
|
||||
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer
|
||||
fi
|
||||
fi
|
||||
cd libdivecomputer
|
||||
|
|
Loading…
Add table
Reference in a new issue