diff --git a/setup/meson/win32.ini b/setup/meson/win32.ini index 7667079..9c19064 100644 --- a/setup/meson/win32.ini +++ b/setup/meson/win32.ini @@ -1,6 +1,3 @@ -[properties] -needs_exe_wrapper = true - [binaries] name = 'win32' c = 'i686-w64-mingw32-gcc' @@ -17,3 +14,6 @@ system = 'windows' cpu_family = 'x86' cpu = 'x86' endian = 'little' + +[properties] +needs_exe_wrapper = true diff --git a/setup/meson/win64.ini b/setup/meson/win64.ini index ab5d7fd..e949bfc 100644 --- a/setup/meson/win64.ini +++ b/setup/meson/win64.ini @@ -1,6 +1,3 @@ -[properties] -needs_exe_wrapper = true - [binaries] name = 'win64' c = 'x86_64-w64-mingw32-gcc' @@ -17,3 +14,6 @@ system = 'windows' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' + +[properties] +needs_exe_wrapper = true