From 85d036ebbb87a5c9ad9265331a2cc0c4fca91c58 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 12 Sep 2020 05:14:38 +0530 Subject: Rename [properties] to [built-in options] This is the new syntax. Avoids loud deprecation warnings. --- cross/arm64cl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/arm64cl.txt b/cross/arm64cl.txt index 2d7bf2d..f22fca8 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'] -- cgit v1.1