fixed compilation (fix by sehraf)

This commit is contained in:
csoler 2021-10-24 22:26:10 +02:00
parent 3ddf3d0853
commit dbb6a7471e

View file

@ -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