-
Notifications
You must be signed in to change notification settings - Fork 485
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
More flexibility in the options with this script. #247
base: master
Are you sure you want to change the base?
Conversation
This finally fixes the Linux building of Android, at least on Ubuntu 2.7.6, because patch ver 2.7.6 doesn't patch symlinks, you need to patch the original file. it took a long time to figure this out! |
You have missed some variable, because CI script downloads 1.80.0 but tries to build 1.78.0 Building boost version: 1.80.0 |
Still the same problem with CI, the script uses incorrect Boost version Building boost version: 1.79.0 |
CI still fails, I cannot merge this |
Github actions are broken from the server side. 'Waiting for a runner' but no runner is available, previously rhe same CI script was working fine. |
…is fixes the patching
…hese patches are on the headers instead of the symlinks
…em library linking too
This adds much more flexibility to the script to not download the Boost Library or clear it out except when you add --clean for it.
Also added some more options to where to build the library and where to source it from.