Skip to content

Commit 63f1bd8

Browse files
committed
Update common_functions
1 parent 5a07aa5 commit 63f1bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common_functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPS_DIR=$RDM_DIR/3rdparty/
88

99
function build_breakpad {
1010
cd $DEPS_DIR/gbreakpad/
11-
svn checkout http://linux-syscall-support.googlecode.com/svn/trunk/lss/ src/third_party/lss || true
11+
git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss || true
1212
touch README
1313
./configure
1414
make -j 2

0 commit comments

Comments
 (0)