Skip to content

Commit

Permalink
Update x86_64-ios-simulator.meson
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly authored Jul 24, 2024
1 parent 87ba43a commit e293f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/meson-crossfiles/x86_64-ios-simulator.meson
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ objcpp_args = ['-arch', 'x86_64', '-mios-simulator-version-min=9.0', '-fembed-bi
root = '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer'
has_function_printf = true
has_function_hfkerhisadf = false
needs_exe_wrapper = true

[host_machine]
system = 'darwin'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
endian = 'little'

0 comments on commit e293f15

Please sign in to comment.