mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
Added git update of submodule supportlibs/udp-discovery-cpp for MinGW compile
This commit is contained in:
parent
2a5b35fbca
commit
1760f819c8
1 changed files with 11 additions and 9 deletions
|
@ -962,8 +962,10 @@ rs_broadcast_discovery {
|
||||||
udpdiscoverycpplib.output = $$clean_path($${UDP_DISCOVERY_BUILD_PATH}/libudp-discovery.a)
|
udpdiscoverycpplib.output = $$clean_path($${UDP_DISCOVERY_BUILD_PATH}/libudp-discovery.a)
|
||||||
udpdiscoverycpplib.CONFIG += target_predeps combine
|
udpdiscoverycpplib.CONFIG += target_predeps combine
|
||||||
udpdiscoverycpplib.variable_out = PRE_TARGETDEPS
|
udpdiscoverycpplib.variable_out = PRE_TARGETDEPS
|
||||||
isEmpty(QMAKE_SH) {
|
win32-g++:isEmpty(QMAKE_SH) {
|
||||||
udpdiscoverycpplib.commands = \
|
udpdiscoverycpplib.commands = \
|
||||||
|
cd $$shell_path($${RS_SRC_PATH}) $$escape_expand(\\n\\t) \
|
||||||
|
git submodule update --init supportlibs/udp-discovery-cpp || cd . $$escape_expand(\\n\\t) \
|
||||||
$(CHK_DIR_EXISTS) $$shell_path($$UDP_DISCOVERY_BUILD_PATH) $(MKDIR) $$shell_path($${UDP_DISCOVERY_BUILD_PATH}) $$escape_expand(\\n\\t)
|
$(CHK_DIR_EXISTS) $$shell_path($$UDP_DISCOVERY_BUILD_PATH) $(MKDIR) $$shell_path($${UDP_DISCOVERY_BUILD_PATH}) $$escape_expand(\\n\\t)
|
||||||
} else {
|
} else {
|
||||||
udpdiscoverycpplib.commands = \
|
udpdiscoverycpplib.commands = \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue