mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed compilation (fix by sehraf)
This commit is contained in:
parent
3ddf3d0853
commit
dbb6a7471e
@ -1030,8 +1030,8 @@ rs_sam3_libsam3 {
|
||||
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} && \
|
||||
mkdir -p $${LIBSAM3_BUILD_PATH} && \
|
||||
(cp -r $${LIBSAM3_SRC_PATH}/* $${LIBSAM3_BUILD_PATH} || true) && \
|
||||
cd $${LIBSAM3_BUILD_PATH} && \
|
||||
$(MAKE) build
|
||||
QMAKE_EXTRA_COMPILERS += libsam3
|
||||
|
Loading…
Reference in New Issue
Block a user