[FIX] fix plugin system

This commit is contained in:
tqchen
2016-01-12 17:54:09 -08:00
parent 96f4542a67
commit 31d8e93ef3
6 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ To include a certain plugin, say ```plugin_a```, you only need to add the follow
```makefile
# Add plugin by include the plugin in config
include plugin/plugin_a/plugin.mk
XGB_PLUGINS += plugin/plugin_a/plugin.mk
```
Then rebuild libxgboost by typing make, you can get a new library with the plugin enabled.