1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-26 22:09:07 -04:00

load plugin only in linux

This commit is contained in:
Darien Raymond
2017-11-22 23:11:32 +01:00
parent 6069b77baa
commit 9db6c187c6
3 changed files with 54 additions and 44 deletions

7
plugin_other.go Normal file
View File

@@ -0,0 +1,7 @@
// +build !linux
package core
func LoadPlugins() error {
return nil
}