DescriptionFix LINK(DLL) _pyautolib.pyd
FAILED: C:\Users\binji\dev\depot_tools\python_bin\python.exe gyp-win-tool link-wrapper environment.x86 link.exe /nologo /IMPLIB:_pyautolib.pyd.lib /DLL /OUT:_pyautolib.pyd /PDB:_pyautolib.pyd.pdb @_pyautolib.pyd.rsp
LINK : fatal error LNK1104: cannot open file '../third_party/python_26/libs/python26.lib'
It seems 'libraries' aren't fixed with gyp relative path, so changed it as tools/gyp/test/win/linker-flags/library-directories.gyp does.
BUG=134540
TEST=win trybot and ninja -C out\Release _pyautolib.pyd
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149229
Patch Set 1 #Patch Set 2 : use <(DEPTH) instead of .. #Messages
Total messages: 8 (0 generated)
|