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

Unified Diff: main.scons

Issue 151036: Fix linux dependency making into osx, windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 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: main.scons
===================================================================
--- main.scons (revision 19518)
+++ main.scons (working copy)
@@ -662,7 +662,8 @@
CG_DIR = '$CG_BASE_DIR/linux',
)
linux_env.FilterOut(CPPDEFINES = ['OS_LINUX=OS_LINUX'])
-linux_env.ParseConfig('pkg-config --cflags --libs gtk+-2.0')
+if base_env.Bit('host_linux'):
+ linux_env.ParseConfig('pkg-config --cflags --libs gtk+-2.0')
linux_env.Append(
RENDERER_INCLUDE_PATH = [
« 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