mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 08:23:59 +00:00
aaf5598a03
There were several possible bugs involving paths not being recognized as being the same on Windows. Rather than trying to ensure all code deals with / and \ correctly, paths now get transformed to / on input, fixing all current and future such bugs. Tested: on OS X.