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

docs: add termux to the list of known supported platforms (#17093)

This commit is contained in:
MatejMagat305 2023-01-23 23:31:34 +01:00 committed by GitHub
parent 5dde4ce981
commit 16e2ade9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5314,9 +5314,9 @@ Full list of builtin options:
| --- | --- | --- | --- |
| `windows`, `linux`, `macos` | `gcc`, `tinyc` | `amd64`, `arm64` | `debug`, `prod`, `test` |
| `mac`, `darwin`, `ios`, | `clang`, `mingw` | `x64`, `x32` | `js`, `glibc`, `prealloc` |
| `android`,`mach`, `dragonfly` | `msvc` | `little_endian` | `no_bounds_checking`, `freestanding` |
| `android`, `mach`, `dragonfly` | `msvc` | `little_endian` | `no_bounds_checking`, `freestanding` |
| `gnu`, `hpux`, `haiku`, `qnx` | `cplusplus` | `big_endian` | `no_segfault_handler`, `no_backtrace`, `no_main` |
| `solaris` | | | |
| `solaris`, `termux` | | | |
#### `$embed_file`