diff --git a/.ci/win32-cross-file.txt b/.ci/win32-cross-file.txt index 3c2997cae..0c9b99beb 100644 --- a/.ci/win32-cross-file.txt +++ b/.ci/win32-cross-file.txt @@ -4,7 +4,7 @@ cpu_family = 'x86' cpu = 'i686' endian = 'little' -[properties] +[built-in options] c_args = [] c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread'] cpp_args = [] diff --git a/.ci/win64-cross-file.txt b/.ci/win64-cross-file.txt index 33ffa52e0..84f0766de 100644 --- a/.ci/win64-cross-file.txt +++ b/.ci/win64-cross-file.txt @@ -4,7 +4,7 @@ cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' -[properties] +[built-in options] c_args = [] c_link_args = ['-static-libgcc', '-Wl,-Bstatic', '-lpthread'] cpp_args = []