### Xmake Version dev ### Operating System Version and Architecture Windows ### Describe Bug fribidi requires generating code using native tools: https://github.com/fribidi/fribidi/blob/master/gen.tab/meson.build#L32-L37 However, the native compiler was not passed in the `--cross-file`. ```console gen.tab\meson.build:32:22: ERROR: No build machine compiler for 'gen.tab/gen-unicode-version.c' ``` ci: https://github.com/xmake-io/xmake-repo/pull/9117 meson related issue: https://github.com/mesonbuild/meson/issues/14752 ### Expected Behavior N/A ### Project Configuration N/A ### Additional Information and Error Logs N/A