bsb-native
bsb-native copied to clipboard
Generated binary name inconsistent between macos & windows (macos doesn't have .exe suffix)
It would make scripts a lot simpler if all platforms generated the same binary name.
Is the fix as simple as changing https://github.com/bsansouci/bsb-native/blob/95055bec3e0acb728902babc4709c26fa9f0831d/jscomp/bsb/bsb_ninja_native.ml#L474 to just be .exe all the time?
Yeah should be sufficient
will break lots of little existing scripts so lets do it as part of a bigger upgrade if possible