mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 03:49:29 -04:00
fixed compilation (fix by sehraf)
This commit is contained in:
parent
3ddf3d0853
commit
dbb6a7471e
1 changed files with 2 additions and 2 deletions
|
@ -1030,8 +1030,8 @@ rs_sam3_libsam3 {
|
||||||
cd $${RS_SRC_PATH} && ( \
|
cd $${RS_SRC_PATH} && ( \
|
||||||
git submodule update --init supportlibs/libsam3 || \
|
git submodule update --init supportlibs/libsam3 || \
|
||||||
true ) && \
|
true ) && \
|
||||||
mkdir -p $${UDP_DISCOVERY_BUILD_PATH} && \
|
mkdir -p $${LIBSAM3_BUILD_PATH} && \
|
||||||
cp -r $${LIBSAM3_SRC_PATH}/* $${LIBSAM3_BUILD_PATH} && \
|
(cp -r $${LIBSAM3_SRC_PATH}/* $${LIBSAM3_BUILD_PATH} || true) && \
|
||||||
cd $${LIBSAM3_BUILD_PATH} && \
|
cd $${LIBSAM3_BUILD_PATH} && \
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
QMAKE_EXTRA_COMPILERS += libsam3
|
QMAKE_EXTRA_COMPILERS += libsam3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue