You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2022. It is now read-only.
Currently in mason the only packages which work on windows are header-only libraries. These work on windows because they are only source code and do not need to be pre-compiled by mason.
So, mason does not provide any pre-compiled libraries at this time on windows. This means that mason-js will need to restrict its install support to header-only libraries when it is running on windows.
I'm adding Windows related work for V1 to this ticket, since it's the last outstanding item for creating a test suite #8 - we will also need to create tests on a Windows environment.
With node-mapnik dropping windows support (mapnik/node-mapnik#848) this issue is now less of a priority. So, think this can be moved off v1 and we can disable appveyor for now.
Currently in mason the only packages which work on windows are
header-only
libraries. These work on windows because they are only source code and do not need to be pre-compiled by mason.So, mason does not provide any pre-compiled libraries at this time on windows. This means that
mason-js
will need to restrict its install support to header-only libraries when it is running on windows.This work will be needed by mapnik/node-mapnik#834
The text was updated successfully, but these errors were encountered: