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
This works because manifest executable runs during build process to convert zmpl templates to zig functions. There for it's target should always be native.
I am having problem cross compiling Zmpl from one platform (windows) to another (x86_64-linux-gnu).
Steps to reproduce:
zig build install -Dtarget=x86_64-linux-gnu
to compile the zig code. this will generate error.Expected result
The text was updated successfully, but these errors were encountered: