mix zig.precompile (zigler v0.15.2)

View Source

precompiles a group of zig modules for all supported platforms.

In order to cross-compile windows-msvc, you will need to have the following environment variables set:

  • MSVC_ROOT: path to the root of a Visual Studio installation
  • WINSDK_ROOT: path to the root of a Windows SDK installation
  • WINSDK_VERSION: version of the Windows SDK to use, e.g. 10.0.22621.0

TODO: add a way to specify subsets of platforms.

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(list)

Callback implementation for Mix.Task.run/1.