diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-10-22 20:58:54 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-11-18 22:15:43 (GMT) |
commit | 634054b51dd635239e6842af279240a9d9e0e1a6 (patch) | |
tree | 1dffcc0ba8f1d95fc2dfae263f22a16c99e5cb31 | |
parent | 78f88944d548bade28e64a8c0b7549c1d833e9cc (diff) | |
download | mxe-634054b51dd635239e6842af279240a9d9e0e1a6.zip mxe-634054b51dd635239e6842af279240a9d9e0e1a6.tar.gz mxe-634054b51dd635239e6842af279240a9d9e0e1a6.tar.bz2 |
add MXE_PLUGIN_DIRS to autogenerated settings.mk
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'; \ |