mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: add android to supported platforms
This commit is contained in:

committed by
Alexander Medvednikov

parent
155fecadb7
commit
3325775944
@ -28,7 +28,7 @@ enum BuildMode {
|
||||
|
||||
const (
|
||||
SupportedPlatforms = ['windows', 'mac', 'linux', 'freebsd', 'openbsd',
|
||||
'netbsd', 'dragonfly', 'msvc', 'js']
|
||||
'netbsd', 'dragonfly', 'msvc', 'android', 'js']
|
||||
ModPath = os.home_dir() + '/.vmodules/'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user