diff --git a/package/crossfiles/aarch64-android.meson b/package/crossfiles/aarch64-android.meson index b3840b628..abb64e662 100644 --- a/package/crossfiles/aarch64-android.meson +++ b/package/crossfiles/aarch64-android.meson @@ -11,5 +11,5 @@ needs_exe_wrapper = true [host_machine] system = 'android' cpu_family = 'aarch64' -endian = 'little' cpu = 'aarch64' +endian = 'little' diff --git a/package/crossfiles/arm-android.meson b/package/crossfiles/arm-android.meson index 8531566c4..faf5bdd89 100644 --- a/package/crossfiles/arm-android.meson +++ b/package/crossfiles/arm-android.meson @@ -11,5 +11,5 @@ needs_exe_wrapper = true [host_machine] system = 'android' cpu_family = 'arm' -endian = 'little' cpu = 'arm' +endian = 'little' diff --git a/package/crossfiles/i686-w64-mingw32.meson b/package/crossfiles/i686-w64-mingw32.meson index 1fae70a34..3de8afaa0 100644 --- a/package/crossfiles/i686-w64-mingw32.meson +++ b/package/crossfiles/i686-w64-mingw32.meson @@ -4,11 +4,10 @@ cpp = 'i686-w64-mingw32-g++' ar = 'i686-w64-mingw32-ar' strip = 'i686-w64-mingw32-strip' windres = 'i686-w64-mingw32-windres' -exe_wrapper = ['wine'] +exe_wrapper = 'wine' [properties] c_link_args = ['-static-libgcc'] -needs_exe_wrapper = true [host_machine] system = 'windows' diff --git a/package/crossfiles/wasm32.meson b/package/crossfiles/wasm32.meson index 40f5e8914..a34a8a14b 100644 --- a/package/crossfiles/wasm32.meson +++ b/package/crossfiles/wasm32.meson @@ -3,14 +3,10 @@ c = 'emcc' cpp = 'em++' ar = 'emar' strip = 'emstrip' -exe_wrapper = ['node'] - -[built-in options] -c_link_args = ['-sEXPORT_ALL=1'] -cpp_link_args = ['-sEXPORT_ALL=1'] +exe_wrapper = 'node' [properties] -needs_exe_wrapper = true +c_link_args = ['-sEXPORT_ALL=1'] [host_machine] system = 'emscripten' diff --git a/package/crossfiles/wasm64.meson b/package/crossfiles/wasm64.meson index e676fc7dd..2ababd9b4 100644 --- a/package/crossfiles/wasm64.meson +++ b/package/crossfiles/wasm64.meson @@ -3,14 +3,10 @@ c = 'emcc' cpp = 'em++' ar = 'emar' strip = 'emstrip' -exe_wrapper = ['node'] - -[built-in options] -c_link_args = ['-sEXPORT_ALL=1'] -cpp_link_args = ['-sEXPORT_ALL=1'] +exe_wrapper = 'node' [properties] -needs_exe_wrapper = true +c_link_args = ['-sEXPORT_ALL=1'] [host_machine] system = 'emscripten' diff --git a/package/crossfiles/x86_64-w64-mingw32.meson b/package/crossfiles/x86_64-w64-mingw32.meson index 068a1289a..a7b901f7e 100644 --- a/package/crossfiles/x86_64-w64-mingw32.meson +++ b/package/crossfiles/x86_64-w64-mingw32.meson @@ -4,11 +4,10 @@ cpp = 'x86_64-w64-mingw32-g++' ar = 'x86_64-w64-mingw32-ar' strip = 'x86_64-w64-mingw32-strip' windres = 'x86_64-w64-mingw32-windres' -exe_wrapper = ['wine'] +exe_wrapper = 'wine' [properties] c_link_args = ['-static-libgcc'] -needs_exe_wrapper = true [host_machine] system = 'windows'