Skip to content

Include soi-header and compiler in platform-specific extension

Jan Schär requested to merge jan into master

This removes the helper and compiler-bundle. Instead, the soi-header is now included directly in the extension package. The compiler is also included in the package, but only on Windows, by building a platform-specific extension. Other platforms will use the generic extension, which does not contain a compiler.

Merge request reports