Attempt to fix CI problem

This commit is contained in:
Chris Cannam
2024-08-01 13:56:09 +01:00
parent e82accd199
commit 35f0872867
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ cpu = 'x86_64'
system = 'darwin' system = 'darwin'
endian = 'little' endian = 'little'
[properties]
needs_exe_wrapper = true
[binaries] [binaries]
c = 'cc' c = 'cc'
cpp = 'c++' cpp = 'c++'

View File

@@ -8,6 +8,9 @@ cpu = 'aarch64'
system = 'darwin' system = 'darwin'
endian = 'little' endian = 'little'
[properties]
needs_exe_wrapper = true
[binaries] [binaries]
c = 'cc' c = 'cc'
cpp = 'c++' cpp = 'c++'