mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
use libsam3 git submodule
This commit is contained in:
parent
9c71177d3b
commit
8a2efe3e58
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -14,3 +14,6 @@
|
||||
[submodule "supportlibs/rapidjson"]
|
||||
path = supportlibs/rapidjson
|
||||
url = https://github.com/Tencent/rapidjson.git
|
||||
[submodule "supportlibs/libsam3"]
|
||||
path = supportlibs/libsam3
|
||||
url = https://github.com/i2p/libsam3.git
|
||||
|
@ -1029,7 +1029,10 @@ rs_sam3_libsam3 {
|
||||
libsam3.CONFIG += target_predeps combine
|
||||
libsam3.variable_out = PRE_TARGETDEPS
|
||||
libsam3.commands = \
|
||||
cd $${RS_SRC_PATH} && \
|
||||
cd $${RS_SRC_PATH} && ( \
|
||||
git submodule update --init supportlibs/libsam3 || \
|
||||
true ) && \
|
||||
mkdir -p $${UDP_DISCOVERY_BUILD_PATH} && \
|
||||
cp -r $${LIBSAM3_SRC_PATH}/* $${LIBSAM3_BUILD_PATH} && \
|
||||
cd $${LIBSAM3_BUILD_PATH} && \
|
||||
$(MAKE) build
|
||||
|
1
supportlibs/libsam3
Submodule
1
supportlibs/libsam3
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8623304b62294dafbe477573f321a464fef721dd
|
Loading…
Reference in New Issue
Block a user