Skip to content
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

Fix link error for Emscripten #710

Merged
merged 2 commits into from
Sep 20, 2021
Merged

Fix link error for Emscripten #710

merged 2 commits into from
Sep 20, 2021

Conversation

kon72
Copy link
Contributor

@kon72 kon72 commented Sep 20, 2021

This PR fixes a build error below by changing SendEmailInternal into noop if __EMSCRIPTEN__ is defined.
wasm-ld: error: bazel-out/wasm-fastbuild-ST-8c7d4a846ea3/bin/external/com_github_glog_glog/libglog.a(logging.o): undefined symbol: popen

@google-cla google-cla bot added the cla: yes label Sep 20, 2021
@sergiud sergiud requested a review from drigz September 20, 2021 16:36
@drigz drigz merged commit 3b6b05d into google:master Sep 20, 2021
@drigz
Copy link
Member

drigz commented Sep 20, 2021

Thanks for the contribution! (Sergiu, I'm assuming you were happy with this since you assigned me without commenting, hope that's correct)

@kon72 kon72 deleted the fix-emscripten branch September 29, 2021 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants