Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: base/base.gyp

Issue 1841673002: Fix "undefined reference to '__atomic_is_lock_free'" errors with gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 25918035bcba6d60d1ef3bbdf35c1913cbabf671..26a5aa6efcb8f520a79d3f289980b7dfb1ee2cbc 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -140,7 +140,7 @@
}],
],
}],
- ['use_sysroot==0 and (OS == "android" or OS == "linux")', {
+ ['OS == "android" or OS == "linux"', {
'link_settings': {
'libraries': [
# Needed for <atomic> when building with newer C++ library.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698