• pgal.u-szeged's avatar
    Fix library link option generation on Linux. · baa762fc
    pgal.u-szeged authored
    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}
    baa762fc
python_flags.py 1.89 KB