python-sfml
python-sfml copied to clipboard
Noticed a small *typo* that prevents setup.py from working
https://github.com/intjelic/python-sfml/blob/a757fbffaca1fdd0d07b623a806b830308a6a5c7/setup.py#L92
include_dirs.append(SFML_LIBRARIES)
should be
library_dirs.append(SFML_LIBRARIES)