RoamUniverse / pyv8

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

Use abspath for linking purposes #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When linking pyv8 to v8 on CentOS 5, it's unable to find the library because 
it's using a relative path (i.e. 
-Lbuild/v8...). Changing this to an absolute path works fine.

Patch attached.

Original issue reported on code.google.com by jmalo...@gmail.com on 16 Jul 2011 at 12:44

Attachments:

GoogleCodeExporter commented 9 years ago
Use the absolute path for the include and library path, please verify it with 
SVN r390 or later.

Thanks for your patch :)

Original comment by flier...@gmail.com on 10 Aug 2011 at 4:49