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

Provide an option for using libobjc2 on Linux #99

Open
danielnachun opened this issue Jul 11, 2022 · 0 comments
Open

Provide an option for using libobjc2 on Linux #99

danielnachun opened this issue Jul 11, 2022 · 0 comments

Comments

@danielnachun
Copy link

We've recently worked on packing nu for Linux in Homebrew: Homebrew/homebrew-core#104928. We are using libobcj2 to provide a more modern Objective-C runtime than the one that comes with GCC. Nu builds with no issues using libobjc2, but it does require us to manually remove the -DGNU_RUNTIME=1 and -fgnu-runtime flags from the Nukefile because they are hardcoded when building on Linux.

Could a flag or environment variable be added that would allow the user to skip these flags, even if they are enabled by default? This is more convenient than having manually edit the file.

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

No branches or pull requests

1 participant