Hi,
If I wanted to cross compile an app that uses zig-webui from linux to macos, and if I had the apple sdk somewhere on the linux host, could you please help me understand how to provide this path during the build? I tried setting --sysroot and --search-prefix but that didn't help. Not sure if those options are propagated to dependencies.
Thanks