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

Unified Diff: tools/gyp/all.gypi

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Replace // FIXME with // TODO(mulander) Created 4 years, 11 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
Index: tools/gyp/all.gypi
diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi
index bd03ab0c446d6a467ee7eb7533e6e0be4f74cf9b..bf820adee669140df17a8ffc45398881b8fe79cb 100644
--- a/tools/gyp/all.gypi
+++ b/tools/gyp/all.gypi
@@ -21,6 +21,11 @@
'ldflags': [ '-pthread', ],
},
}],
+ [ 'OS=="openbsd"', {
+ 'target_defaults': {
+ 'ldflags': [ '-pthread', ],
+ },
+ }],
[ 'OS=="win"', {
'target_defaults': {
'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],

Powered by Google App Engine
This is Rietveld 408576698