wangyu5 / gyp

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

xcode emulation for make generator: LIBRARY_SEARCH_PATHS broken #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's not properly converted ("re-relativized"?). You're probably okay if 
DEPTH=. though. Besides which, entries in "libraries" aren't properly searched 
for anyway.

So just avoid using it and fully-qualify your library paths. Or arrange to copy 
any relevant binary libraries from your source tree to your build directory.

Original issue reported on code.google.com by viettrun...@chromium.org on 21 Jan 2012 at 2:18