# HG changeset patch # User Chris Cannam # Date 1722516969 -3600 # Thu Aug 01 13:56:09 2024 +0100 # Branch rblive # Node ID 8bc2eb79b95f1f7aa42227214404a62b5bf25cfc # Parent 13e2ce1a0a9906e95427f89fc17b4f2c4699fd61 Attempt to fix CI problem diff --git a/cross/ios-simulator.txt b/cross/ios-simulator.txt --- a/cross/ios-simulator.txt +++ b/cross/ios-simulator.txt @@ -8,6 +8,9 @@ system = 'darwin' endian = 'little' +[properties] +needs_exe_wrapper = true + [binaries] c = 'cc' cpp = 'c++' diff --git a/cross/ios.txt b/cross/ios.txt --- a/cross/ios.txt +++ b/cross/ios.txt @@ -8,6 +8,9 @@ system = 'darwin' endian = 'little' +[properties] +needs_exe_wrapper = true + [binaries] c = 'cc' cpp = 'c++'