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:
7
plugin_other.go
Normal file
7
plugin_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !linux
|
||||
|
||||
package core
|
||||
|
||||
func LoadPlugins() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user