summaryrefslogtreecommitdiffstats
path: root/src/pthreads.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-17 00:53:28 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-17 00:53:28 (GMT)
commitd08148a0da54811afb71c767dc4b6f225f038917 (patch)
treeb6d0c54663784746ca63104c199f47861468441b /src/pthreads.mk
parent08d7f265a10ef6eac0041f38a477ea3c6ce5e1e5 (diff)
downloadmxe-d08148a0da54811afb71c767dc4b6f225f038917.zip
mxe-d08148a0da54811afb71c767dc4b6f225f038917.tar.gz
mxe-d08148a0da54811afb71c767dc4b6f225f038917.tar.bz2
Revert "boost pthreads qt sdl: disable cmake tests"
This reverts commit f1dd70802a4e20c0f8c849aa44f24651895c7cfc.
Diffstat (limited to 'src/pthreads.mk')
-rw-r--r--src/pthreads.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk
index 5e63def..827cce8 100644
--- a/src/pthreads.mk
+++ b/src/pthreads.mk
@@ -27,10 +27,9 @@ define PTHREADS_TEST
`'$(TARGET)-pkg-config' --libs pthreads`
# test cmake
- $(and $(ENABLE_CMAKE_TESTS),
mkdir '$(1).test-cmake'
cd '$(1).test-cmake' && '$(TARGET)-cmake' \
-DPKG=$(PKG) \
'$(PWD)/src/cmake/test'
- $(MAKE) -C '$(1).test-cmake' -j 1 install)
+ $(MAKE) -C '$(1).test-cmake' -j 1 install
endef