summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-10-22 20:58:54 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-11-18 22:15:43 (GMT)
commit634054b51dd635239e6842af279240a9d9e0e1a6 (patch)
tree1dffcc0ba8f1d95fc2dfae263f22a16c99e5cb31
parent78f88944d548bade28e64a8c0b7549c1d833e9cc (diff)
downloadmxe-634054b51dd635239e6842af279240a9d9e0e1a6.zip
mxe-634054b51dd635239e6842af279240a9d9e0e1a6.tar.gz
mxe-634054b51dd635239e6842af279240a9d9e0e1a6.tar.bz2
add MXE_PLUGIN_DIRS to autogenerated settings.mk
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7c5a4e..793ccf7 100644
--- a/Makefile
+++ b/Makefile
@@ -289,6 +289,10 @@ else
echo '# This variable controls the targets that will build.'; \
echo '#MXE_TARGETS := $(MXE_TARGET_LIST)'; \
echo; \
+ echo '# This variable controls which plugins are in use.'; \
+ echo '# See plugins/README.md for further information.'; \
+ echo '#override MXE_PLUGIN_DIRS += plugins/apps plugins/native'; \
+ echo; \
echo '# This variable controls the download mirror for SourceForge,'; \
echo '# when it is used. Enabling the value below means auto.'; \
echo '#SOURCEFORGE_MIRROR := downloads.sourceforge.net'; \