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

Unified Diff: third_party/libevent/SConscript

Issue 3157: Build libevent on Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | « third_party/libevent/README.google ('k') | third_party/libevent/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/SConscript
===================================================================
--- third_party/libevent/SConscript (revision 2378)
+++ third_party/libevent/SConscript (working copy)
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# This SConscript is currently only suitable for Linux.
+
Import('env')
env = env.Clone(
@@ -17,6 +19,7 @@
CPPPATH = [
'$LIBEVENT_DIR',
'$LIBEVENT_DIR/compat/'
+ '$LIBEVENT_DIR/linux/'
],
)
« no previous file with comments | « third_party/libevent/README.google ('k') | third_party/libevent/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698