You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We've recently worked on packing
nu
for Linux in Homebrew: Homebrew/homebrew-core#104928. We are usinglibobcj2
to provide a more modern Objective-C runtime than the one that comes with GCC. Nu builds with no issues usinglibobjc2
, 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.
The text was updated successfully, but these errors were encountered: