Skip to content

Commit 2714090

Browse files
authored
https://github.com/mesonbuild/meson/issues/7111
1 parent e3077d6 commit 2714090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/meson-crossfiles/x86_64-tvos-simulator.meson

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ objcpp_args = ['-arch', 'x86_64', '-mtvos-simulator-version-min=12.0', '-fembed-
2222
root = '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer'
2323
has_function_printf = true
2424
has_function_hfkerhisadf = false
25+
needs_exe_wrapper = true
2526

2627
[host_machine]
2728
system = 'darwin'
2829
cpu_family = 'x86_64'
2930
cpu = 'x86_64'
30-
endian = 'little'
31+
endian = 'little'

0 commit comments

Comments
 (0)