Replies: 1 comment 1 reply
-
You're correct. That variable only affects |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
running the below command with my current homebrew setup
will run through the process of configuring and building qt from source on my mac m1 mini running asahi linux and i have manually set the below environment variable,
but the above
brew install
command does not respect that var and will continue to configure and build qt from source using all available cores on the system. i think this may be related due to building and configuring with cmake and ninja, as i had more reliable results using this command with autotools, as i've run into a similar issue when attempting to configure and build nodejs from source on asahi linux.if i need to provide any more information please let me know.
Beta Was this translation helpful? Give feedback.
All reactions