I am having problem cross compiling Zmpl from one platform (windows) to another (x86_64-linux-gnu).
Steps to reproduce:
- Create a zmpl project with some zmpl template.
- use
zig build install -Dtarget=x86_64-linux-gnu to compile the zig code. this will generate error.
Expected result
- Above command should run without any error.