Bundle arm64-ios-simulator libraries with arm64/universal macOS packages#4974
Bundle arm64-ios-simulator libraries with arm64/universal macOS packages#4974kinke merged 12 commits intoldc-developers:masterfrom
Conversation
|
Thx for trying! You'll need those libs though, adding that as an arm64-specific extra step in https://github.com/ldc-developers/ldc/blob/master/.github/actions/5a-ios/action.yml. |
| "%%ldcbinarypath%%/../lib-ios-arm64-simulator", | ||
| ], | ||
| rpath = "%%ldcbinarypath%%/../lib-ios-arm64-simulator"; | ||
| }; |
There was a problem hiding this comment.
And this section needs to come after the arm64-apple-ios one below. And you should allow for some iOS version in the triple.
There was a problem hiding this comment.
Is that like arm64-apple-ios*-simulator ?
There was a problem hiding this comment.
.*, this is a regex, see the header comment in some generated ldc2.conf (also wrt. why the simulator section needs to come after the normal iOS one).
|
@kinke Can you bump the test runner? Alpine for some reason hang up and stopped my thing on running |
|
@kinke Got all green and tested the binaries also with my engine to build on the iOS and it worked for me |
|
Okay thanks! - Let me rebase and slightly rework this (bash supports functions) when I find some time. |
Thanks! I hope we can get that by the next version 👍 |
Conflicts: .github/actions/5a-ios/action.yml .github/actions/merge-macos/action.yml
Fixes the issue #4972 for the simulator