New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17965: patch_setup_with_libyaml.py.diff

File patch_setup_with_libyaml.py.diff, 472 bytes (added by mainka@…, 3 years ago)

setup_with_libyaml.py patch file

  • setup_with_libyaml.py

    old new  
    2323        package_dir={'': 'lib'}, 
    2424        packages=['yaml'], 
    2525        ext_modules=[ 
    26             Extension("_yaml", ["ext/_yaml.pyx"], libraries=['yaml']), 
     26            Extension("_yaml", ["ext/_yaml.pyx"], include_dirs=["/opt/local/include"], libraries=['yaml']), 
    2727        ], 
    2828 
    2929        cmdclass = {'build_ext': build_ext}