diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-10-07 22:18:47 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-10-07 22:20:17 (GMT) |
commit | f1dd70802a4e20c0f8c849aa44f24651895c7cfc (patch) | |
tree | a8d1f025bf9acf9b368934a475c556263418319d /src/boost.mk | |
parent | 0a77327e9ea3bd5624d2d016c86205a388fe65a6 (diff) | |
download | mxe-f1dd70802a4e20c0f8c849aa44f24651895c7cfc.zip mxe-f1dd70802a4e20c0f8c849aa44f24651895c7cfc.tar.gz mxe-f1dd70802a4e20c0f8c849aa44f24651895c7cfc.tar.bz2 |
boost pthreads qt sdl: disable cmake tests
see #909
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk index 1d3c060..b4fc4ac 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -73,10 +73,11 @@ define $(PKG)_BUILD -lboost_chrono-mt # test cmake + $(and $(ENABLE_CMAKE_TESTS), mkdir '$(1).test-cmake' cd '$(1).test-cmake' && '$(TARGET)-cmake' \ -DPKG=$(PKG) \ -DPKG_VERSION=$($(PKG)_VERSION) \ '$(PWD)/src/cmake/test' - $(MAKE) -C '$(1).test-cmake' -j 1 install + $(MAKE) -C '$(1).test-cmake' -j 1 install) endef |