diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-06-14 21:42:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 21:42:11 (GMT) |
commit | d3462b63bb93a30ede3832713e0113fb5d4befb2 (patch) | |
tree | d72bf14a8fdee1d4c390346094ef6e0474dc1579 | |
parent | f64a069f88de66387d24abc1db640a75bb849a5e (diff) | |
parent | 35909aded2a94f4334b0dca4a8bcda2375f246a1 (diff) | |
download | mxe-d3462b63bb93a30ede3832713e0113fb5d4befb2.zip mxe-d3462b63bb93a30ede3832713e0113fb5d4befb2.tar.gz mxe-d3462b63bb93a30ede3832713e0113fb5d4befb2.tar.bz2 |
Merge pull request #1395 from muellni/patch-1
fix nasty typo in plugins/README.md
-rw-r--r-- | plugins/README.md | 2 |
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 |