Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix compiling libstd with emscripten target. #31985
Conversation
rust-highfive
assigned
brson
Mar 1, 2016
This comment has been minimized.
This comment has been minimized.
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
|
This is actually code that we don't ourselves control because it comes from upstream, but we also shouldn't try to compile libbacktrace when compiling for emscripten. Could you elaborate on how you ran into this error? |
This comment has been minimized.
This comment has been minimized.
|
Just doing
|
This comment has been minimized.
This comment has been minimized.
|
Aha I had a feeling this might be using rustbuild... Anyway, using |
This comment has been minimized.
This comment has been minimized.
|
Thanks for the clarification. I restored |
This comment has been minimized.
This comment has been minimized.
|
Thanks! Can you also squash the commits together? |
This comment has been minimized.
This comment has been minimized.
|
So now I know how to squash commits in a pull-request :) |
ashleysommer commentedMar 1, 2016
Was getting error:
This commit adds the emscripten target to the libbacktrace configure script so it is no longer unrecognized.