Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /System/iOSSupport to header/library search paths on Mac Catalyst #961

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Feb 22, 2024

This allows using #import <UIKit/UIKit.h> in C code processed by cc.

See rust-lang/rust#121430 for more context. In cc, we need a few more flags than rustc, as we also want to add header search paths.

CC @BlackHoleFox.

This allows using `#import <UIKit/UIKit.h>` in C code processed by `cc`.
src/lib.rs Show resolved Hide resolved
@NobodyXu NobodyXu merged commit 022f729 into rust-lang:main Feb 24, 2024
21 checks passed
@madsmtm madsmtm deleted the mac-catalyst-iOSSupport branch February 24, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants