Nim: Add directory with necessary DLLs to path (#852)

This commit is contained in:
Konstantin Molchanov 2016-05-14 02:13:06 +04:00 committed by Luke Sampson
parent a2d2f236fb
commit aecc9786fd

View File

@ -21,5 +21,6 @@
"post_install": "
# Removes installation cruft
rm -r $dir\\`$PLUGINSDIR
rm -r $dir\\`$COMMONFILES"
rm -r $dir\\`$COMMONFILES",
"env_add_path": "dist"
}