diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-12 05:14:38 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-09-17 22:25:37 +0000 |
| commit | 85d036ebbb87a5c9ad9265331a2cc0c4fca91c58 (patch) | |
| tree | 9ff43306b2c8a729f32b61415bca22077038e8e6 | |
| parent | 4c93da65317048fe029d72c3f22bb38da371327c (diff) | |
| download | meson-85d036ebbb87a5c9ad9265331a2cc0c4fca91c58.tar.gz | |
Rename [properties] to [built-in options]
This is the new syntax. Avoids loud deprecation warnings.
| -rw-r--r-- | cross/arm64cl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/arm64cl.txt b/cross/arm64cl.txt index 2d7bf2dc1..f22fca8a8 100644 --- a/cross/arm64cl.txt +++ b/cross/arm64cl.txt @@ -4,7 +4,7 @@ cpp = 'cl' ar = 'lib' windres = 'rc' -[properties] +[built-in options] c_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP'] c_link_args = ['-APPCONTAINER', 'WindowsApp.lib'] cpp_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP'] |
