mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: support better separation of general Android vs Termux specific code (part 1)
This commit is contained in:
@ -108,9 +108,11 @@ see also `v help build`.
|
||||
|
||||
The compiler is known to also work, and has support for these operating
|
||||
systems also (although we do not test it as regularly as for the above):
|
||||
`android`, `ios`,
|
||||
`vinix`,
|
||||
`ios`,
|
||||
`android`, `termux`,
|
||||
`freebsd`, `openbsd`, `netbsd`, `dragonfly`,
|
||||
`solaris`, `serenity`, `haiku`, `vinix`,
|
||||
`solaris`, `serenity`, `haiku`,
|
||||
`wasm32`, `wasm32-wasi`, `wasm32-emscripten`
|
||||
|
||||
Note that V has the concept of platform files, i.e. files ending
|
||||
|
Reference in New Issue
Block a user