python-sfml icon indicating copy to clipboard operation
python-sfml copied to clipboard

Noticed a small *typo* that prevents setup.py from working

Open jokoon opened this issue 4 years ago • 0 comments

https://github.com/intjelic/python-sfml/blob/a757fbffaca1fdd0d07b623a806b830308a6a5c7/setup.py#L92

include_dirs.append(SFML_LIBRARIES)

should be

library_dirs.append(SFML_LIBRARIES)

jokoon avatar May 15 '21 07:05 jokoon