summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-01 09:31:10 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-01 09:31:10 (GMT)
commit768c11246eb7f8a5d64c3f27069dc0898f6c2fee (patch)
tree75051b536146d9ceca20759a174f0e4c377534be /Makefile
parentc2043732132149db9bed2e88035aa10819c7de54 (diff)
downloadmxe-768c11246eb7f8a5d64c3f27069dc0898f6c2fee.zip
mxe-768c11246eb7f8a5d64c3f27069dc0898f6c2fee.tar.gz
mxe-768c11246eb7f8a5d64c3f27069dc0898f6c2fee.tar.bz2
cmake wrapper: use common TryRunResults.cmake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a3c37a..21e9919 100644
--- a/Makefile
+++ b/Makefile
@@ -474,6 +474,7 @@ build-only-$(1)_$(3): TARGET = $(3)
build-only-$(1)_$(3): BUILD_$(if $(findstring shared,$(3)),SHARED,STATIC) = TRUE
build-only-$(1)_$(3): LIB_SUFFIX = $(if $(findstring shared,$(3)),dll,a)
build-only-$(1)_$(3): BITS = $(if $(findstring x86_64,$(3)),64,32)
+build-only-$(1)_$(3): CMAKE_RUNRESULT_FILE = $(PREFIX)/share/cmake/modules/TryRunResults.cmake
build-only-$(1)_$(3): CMAKE_TOOLCHAIN_FILE = $(PREFIX)/$(3)/share/cmake/mxe-conf.cmake
build-only-$(1)_$(3): CMAKE_TOOLCHAIN_DIR = $(PREFIX)/$(3)/share/cmake/mxe-conf.d
build-only-$(1)_$(3): CMAKE_STATIC_BOOL = $(if $(findstring shared,$(3)),OFF,ON)