radian icon indicating copy to clipboard operation
radian copied to clipboard

Compilation based on make and bash does not work on Windows

Open Whil- opened this issue 4 years ago • 0 comments

The compilation process that is set up using make and bash does not work well with windows. Relying on make and bash-scripts for compilation as is done in radian-byte-compile will break in 99% of windows users configurations. Either it should only be active on non-windows machines or some kind of conditional logic is needed to determine how to do the external compilation.

This was mentioned in issue #457 as well, but extracted here for "issue-atomicity". ;)

Whil- avatar Jun 28 '20 19:06 Whil-