Fix library link option generation on Linux.
On Linux the distutil returns only the name of the python library. Passing only the library name is not good for a compiler (in this case it was a simple 'python2.7'), the script should return the correct compiler option (which should be the '-lpython2.7') BUG=408979 TEST=ninja -C out/Release libmojo_python_system.so Review URL: https://codereview.chromium.org/521653002 Cr-Commit-Position: refs/heads/master@{#292654}
Showing
Please register or sign in to comment