poiuyqwert / PyMS

Broodwar Modding Suite
47 stars 18 forks source link

setup.py uses path delimiters that don't work for macOS #121

Open sethmachine opened 5 years ago

sethmachine commented 5 years ago

Libs//Data and other such paths won't be found when running the setup.py script on macOS.

I suggest changing all the path delimiters to be Unix style forward slash, e.g. Libs/Data. These will still work on Windows (through Python) but will make all the paths universal across different OSes.