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

Unified Diff: samples/samples_gen.py

Issue 328021: Adding lib path to glew to invocation of converter.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 2 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: samples/samples_gen.py
===================================================================
--- samples/samples_gen.py (revision 30012)
+++ samples/samples_gen.py (working copy)
@@ -112,7 +112,11 @@
output_file.write(" ],\n")
output_file.write(" 'action': [\n")
if sys.platform[:5] == 'linux':
- output_file.write(" 'LD_LIBRARY_PATH=<(PRODUCT_DIR):<(PRODUCT_DIR)/lib',\n")
+ output_file.write(" 'LD_LIBRARY_PATH=<(PRODUCT_DIR):"
+ ":<(PRODUCT_DIR)/lib"
+ ":../../<(glewdir)/lib"
+ ":../../<<(PRODUCT_DIR)/lib"
+ "',\n")
output_file.write(" '<(PRODUCT_DIR)/o3dConverter',\n")
output_file.write(" '--no-condition',\n")
output_file.write(" '--up-axis=%s',\n" % asset['up'])
« 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