KageKirin / gyp

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

xcode link with library in <(PRODUCT_DIR) instead of what defined in "product_dir" #399

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build on mac and put library in a directory defined by "product_dir" : 
"<(PRODUCT_DIR)/util"
2. gclient runhooks
3. build all in xcode

What is the expected output? What do you see instead?
xcode has missing library error. It tried to link the library in 
xcodebuild/Debug but the library is in xcodebuild/Debug/util. It works as 
expected on windows and linux.

What version of the product are you using? On what operating system?
latest gyp on osx 10.9. xcode 5

Please provide any additional information below.

Original issue reported on code.google.com by yan...@yahoo.com on 7 Jan 2014 at 7:32