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

v.checker: deprecate $if linux_or_macos { in favor of $if linux || macos {

This commit is contained in:
Delyan Angelov
2021-05-08 21:00:21 +03:00
parent cbf30bd13a
commit c16d4911c2
7 changed files with 14 additions and 11 deletions

View File

@ -3787,7 +3787,7 @@ Full list of builtin options:
| `mac`, `darwin`, `ios`, | `clang`, `mingw` | `x64`, `x32` | `js`, `glibc`, `prealloc` |
| `android`,`mach`, `dragonfly` | `msvc` | `little_endian` | `no_bounds_checking`, `freestanding` |
| `gnu`, `hpux`, `haiku`, `qnx` | `cplusplus` | `big_endian` |
| `solaris`, `linux_or_macos` | | | |
| `solaris` | | | |
#### $embed_file