cppmq: compatibility workaround for mingw 7

This commit is contained in:
Mark Brand 2020-04-07 17:48:20 +02:00 committed by Tony Theodore
parent 61f377cc11
commit db1e54d0ef
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ define $(PKG)_BUILD
cd '$(BUILD_DIR).test-cmake' && '$(TARGET)-cmake' \
-DPKG=$(PKG) \
-DPKG_VERSION=$($(PKG)_VERSION) \
-DCMAKE_CXX_FLAGS='-fstack-protector' \
'$(PWD)/src/cmake/test'
$(MAKE) -C '$(BUILD_DIR).test-cmake' -j 1 install
endef