Skip to content

Fix missing native modules for mac and windows build #152

@tegefaulkes

Description

@tegefaulkes

Specification

Right now the mac and windows build outputs are missing the proper native modules. So far as I can tell, all of the required modules are configured to be included by pkg. However they are unavailable to be included during the build process.

This needs to be fixed before the windows and mac builds can be used.

The main problem is that the build process only has the Linux specific optional dependencies available when we are packaging. I'm still exploring the exact reason for this.

Tasks

  1. Fix the build process to include the platform specific native modules in the output.
  2. Test the windows build on windows to make sure it's working.
  3. Test the mac build on macos to make sure it's working.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions