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 support for OBJC environment variable #94

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Add support for OBJC environment variable #94

merged 1 commit into from
Jan 16, 2024

Conversation

zyga
Copy link
Owner

@zyga zyga commented Jan 16, 2024

The OBJC environment variable is supposed to be like CC but for Objective-C code. I caught this while looking at the definition of COMPILE.m in make source code, it refers to $OBJC, and then compiling with clang++ without gcc/gobjc support on the host.

Adjust XFAIL test to properly pass.

The OBJC environment variable is supposed to be like CC but for
Objective-C code. I caught this while looking at the definition of
COMPILE.m in make source code, it refers to $OBJC, and then compiling
with clang++ without gcc/gobjc support on the host.

Adjust XFAIL test to properly pass.

Signed-off-by: Zygmunt Krynicki <[email protected]>
@zyga zyga merged commit 88af8a0 into main Jan 16, 2024
2 checks passed
@zyga zyga deleted the fix/objc-compiler branch January 16, 2024 22:13
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

1 participant