-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
how to add manual flags (eg. -std=gnu++98 -stdlib=libc++ -fembed-bitcode
)
#15
Comments
Could you kindly check for me if these changes to the build script are correct in your eyes? I feel like I did something wrong though because the build script stops midway with
and re-trying gives the same
|
After browsing through the other issues, I
So I think it might really have something to do with my changes of the build script here...? 🤔 |
I really doubt that you need these flags. |
@apotocki thank you for your help. But when installing it as a git-submodule in another repo, for whatever reason it fails. Even if I first do
I tried with all other standard libraries, but only The issue with that version is that it won't compile to visionOS 😭 |
I have no idea why you can't run the build from the submodule. These are completely unrelated things. |
@apotocki thanks. While I was able to get boost I wonder, is there a way if boost was correctly compiled and is actually using
You're absolutely right :P But I don't know C++ and Fuego is an 11 y.o. unmaintained library... 🤦🏻 Do you wanna help modernise it? : P do you freelance? Add me on Discord! ;) |
I've sent e-mail |
I didn't receive it 😲 |
I sent it to [email protected] |
Oh, sorry. I just found your email in my spam folder. :) I'll resend my letter to that email. |
Hello!
I need to add these manual flags to the boost build script to make my cpp code compatible.
-std=gnu++98 -stdlib=libc++ -fembed-bitcode
How to best add these ?
The text was updated successfully, but these errors were encountered: