Merge pull request #1395 from muellni/patch-1

fix nasty typo in plugins/README.md
This commit is contained in:
Boris Nagaev 2016-06-15 01:42:11 +04:00 committed by GitHub
commit d3462b63bb
1 changed files with 1 additions and 1 deletions

View File

@ -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