summaryrefslogtreecommitdiffstats
path: root/src/mxe-conf.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-04 05:15:50 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-04 05:15:50 (GMT)
commit2bc137d4f67a694f1b0c0a6414edf503fff0b76e (patch)
treea550a135dc6d5ca20a70f5681b421c8e94ec24dc /src/mxe-conf.mk
parent485a79c6d48be2909550cdb22e5d2dc47eb44c3e (diff)
downloadmxe-2bc137d4f67a694f1b0c0a6414edf503fff0b76e.zip
mxe-2bc137d4f67a694f1b0c0a6414edf503fff0b76e.tar.gz
mxe-2bc137d4f67a694f1b0c0a6414edf503fff0b76e.tar.bz2
cmake modules: use less warning-like status messages
Diffstat (limited to 'src/mxe-conf.mk')
-rw-r--r--src/mxe-conf.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mxe-conf.mk b/src/mxe-conf.mk
index aaf31e2..5a0fd6b 100644
--- a/src/mxe-conf.mk
+++ b/src/mxe-conf.mk
@@ -47,6 +47,7 @@ define $(PKG)_BUILD_COMMON
#create prefixed cmake wrapper script
(echo '#!/bin/sh'; \
+ echo 'echo "== Using MXE toolchain: $(CMAKE_TOOLCHAIN_FILE)"'; \
echo 'exec cmake -DCMAKE_TOOLCHAIN_FILE="$(CMAKE_TOOLCHAIN_FILE)" "$$@"') \
> '$(PREFIX)/bin/$(TARGET)-cmake'
chmod 0755 '$(PREFIX)/bin/$(TARGET)-cmake'