navcat / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

PYTHON_HOME, BOOST_HOME, INCLUDE, and LIB from buildconf.py are ignored for Linux #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set a values for PYTHON_HOME, BOOST_HOME, INCLUDE, or LIB in buildconf.py
2. python setup.py build

What is the expected output? What do you see instead?
These configuration options should affect the compiler command by inserting 
flags.
These flags do not appear.

What version of the product are you using? On what operating system?
svn info: 
Last Changed Rev: 271
Last Changed Date: 2010-06-26 03:24:02 -0500 (Sat, 26 Jun 2010)

Please provide any additional information below.

I am attaching a patch that fixes this issue.

Original issue reported on code.google.com by elij...@gmail.com on 22 Jul 2010 at 11:44

Attachments:

GoogleCodeExporter commented 9 years ago
Please verify the code from SVN trunk after r273.

Thanks for your contribution :)

Original comment by flier...@gmail.com on 23 Aug 2010 at 1:50