Update README.md

This commit is contained in:
Martin Müllenhaupt 2016-06-14 21:15:00 +02:00 committed by GitHub
parent f64a069f88
commit 35909aded2
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