1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

solaris support

This commit is contained in:
Alexander Medvednikov
2019-09-27 00:23:27 +03:00
parent fb4f14ba76
commit 107e9107c8
3 changed files with 6 additions and 2 deletions

View File

@ -28,7 +28,7 @@ enum BuildMode {
const (
SupportedPlatforms = ['windows', 'mac', 'linux', 'freebsd', 'openbsd',
'netbsd', 'dragonfly', 'msvc', 'android', 'js']
'netbsd', 'dragonfly', 'msvc', 'android', 'js', 'solaris']
ModPath = os.home_dir() + '/.vmodules/'
)