summaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorMartin Müllenhaupt <muellni@users.noreply.github.com>2016-06-14 19:15:00 (GMT)
committerGitHub <noreply@github.com>2016-06-14 19:15:00 (GMT)
commit35909aded2a94f4334b0dca4a8bcda2375f246a1 (patch)
treed72bf14a8fdee1d4c390346094ef6e0474dc1579 /plugins/README.md
parentf64a069f88de66387d24abc1db640a75bb849a5e (diff)
downloadmxe-35909aded2a94f4334b0dca4a8bcda2375f246a1.zip
mxe-35909aded2a94f4334b0dca4a8bcda2375f246a1.tar.gz
mxe-35909aded2a94f4334b0dca4a8bcda2375f246a1.tar.bz2
Update README.md
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index ac7490b..803aab4 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -12,7 +12,7 @@ The basic usage is to drop some `*.mk` files in a directory `foo/` and set
`MXE_PLUGIN_DIRS='foo/'` while invoking `make` like this:
```console
-MXE_PLUGINS_DIR=foo/ make libpng
+MXE_PLUGIN_DIRS=foo/ make libpng
```
If needed, you can also pass multiple directories by separating them with a