Skip to content

Commit

Permalink
Attempt to fix CI problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Aug 1, 2024
1 parent e82accd commit 35f0872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cross/ios-simulator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ cpu = 'x86_64'
system = 'darwin'
endian = 'little'

[properties]
needs_exe_wrapper = true

[binaries]
c = 'cc'
cpp = 'c++'
Expand Down
3 changes: 3 additions & 0 deletions cross/ios.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ cpu = 'aarch64'
system = 'darwin'
endian = 'little'

[properties]
needs_exe_wrapper = true

[binaries]
c = 'cc'
cpp = 'c++'
Expand Down

0 comments on commit 35f0872

Please sign in to comment.