This is required for package path resolving as discussed on discord.
Also, I think this is required to resolve OptionsStep (see for an usage example build_options inside src/), if those is used as import path (ie for the package).
ziglang/zig#3372 is much more complex
ziglang/zig#9973 is way simpler, but would need more handling of comptime generated import paths.
This is required for package path resolving as discussed on discord.
Also, I think this is required to resolve OptionsStep (see for an usage example
build_optionsinsidesrc/), if those is used as import path (ie for the package).ziglang/zig#3372 is much more complex
ziglang/zig#9973 is way simpler, but would need more handling of comptime generated import paths.