ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 888 forks source link

Use os.path.join and os.path.sep instead of "/" #282

Closed mwm126 closed 6 years ago

mwm126 commented 6 years ago

Using "/" literal does not work on Windows/MinGW.

Also use __file__ to be able to run from different directories, such as python amalgamate/merge_all.py

mwm126 commented 6 years ago

I didn't notice #279 before. Closing.