-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
runtimes support for package:check_cxxsnippet #4921
Conversation
36774c1
to
92214b5
Compare
The current package-related runtimes settings should be handled here. xmake/xmake/core/package/package.lua Line 2268 in 92214b5
Although there is some hardcoding here, it is less impactful than modifying the builder. Maybe there's a better way to handle this later. More needs to be done to support it well, maybe you can open an issue first. |
92214b5
to
aa321b0
Compare
40c920e
to
5100535
Compare
5100535
to
3319219
Compare
I haven't had time to review it lately and may have to wait a few more days. |
No problem take ur time |
support passing runtime flags to check_cxxsnippet, this is a POC just to get ur opinion and suggestions
this is needed because if a package is built with libc++ and linked to a snippet which use libstdc++, this will result in a link error