Skip to content

Commit 40da232

Browse files
authored
back to upstream of deps (#109)
1 parent 641875d commit 40da232

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "swig/deps/libtorrent"]
22
path = swig/deps/libtorrent
3-
url = https://github.com/aldenml/libtorrent.git
3+
url = https://github.com/arvidn/libtorrent.git

swig/build-macos.sh

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ $BOOST_ROOT/b2 -j8 --user-config=config/macos-x86_64-config.jam variant=release
88
dsymutil bin/release/macos/x86_64/libtorrent4j.dylib -o bin/release/macos/x86_64/libtorrent4j.dSYM
99
strip -x bin/release/macos/x86_64/libtorrent4j.dylib
1010
cp bin/release/macos/x86_64/libtorrent4j.dylib ../
11+
12+
rm -rf deps/libtorrent/deps/libdatachannel/deps/libjuice/build-openssl-release
13+
rm -rf deps/libtorrent/deps/libdatachannel/deps/usrsctp/build-openssl-release

swig/deps/libtorrent

0 commit comments

Comments
 (0)