Commit 293c851d authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Fix 64 bit build on FreeBSD. 32 bit build is still borked.

Review URL: http://codereview.chromium.org/7229008

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8382 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 322d246e
......@@ -712,6 +712,9 @@ PREPARSER_FLAGS = {
'CCFLAGS': ['-g', '-O0'],
'CPPDEFINES': ['DEBUG']
},
'os:freebsd': {
'LIBPATH' : ['/usr/local/lib'],
},
},
'msvc': {
'all': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment