Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork177
Open
Description
If you try to build a sample directly, it errors:
$ cd samples\minimal_d3d12$ zig build...\samples\minimal_d3d12\build.zig:4:25: error: import of file outside module path: '../../build.zig'const Options = @import("../../build.zig").Options; ^~~~~~~~~~~~~~~~~
I think we can refactor to directly pass intarget
andoptimize
but duplicate all other options asb.option
.
Metadata
Metadata
Assignees
Labels
No labels