mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #250] MacOS: Enable cross-compilation. #271
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/250
Author: @lukoml
Created: 4/4/2025
Status: 🔄 Open
Base:
master← Head:macos📝 Commits (1)
28c7387MacOS: Enable cross-compilation.📊 Changes
3 files changed (+35 additions, -17 deletions)
View changed files
📝
uppsrc/ide/Builders/Builders.h(+3 -0)📝
uppsrc/ide/Builders/Cocoa.cpp(+8 -4)📝
uppsrc/ide/Builders/GccBuilder.cpp(+24 -13)📄 Description
This change enables cross-compilation for MacOS (OSX) using osxcross.
It is supposed that a build method will use a compiler called x86_64-apple-darwin19-clang++-libc++ (or similar).
o64-XXX compiler names are not supported.
Building of GUI apps depends on a tool called icnsutil which replaces the Darwin iconutil. (Debian/Ubuntu package icnsutils)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.