Skip to content

Commit

Permalink
Attribute: use def file for fromString
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Oct 16, 2023
1 parent f85b310 commit 7a01eb6
Show file tree
Hide file tree
Showing 10 changed files with 666 additions and 525 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pub fn build(b: *Build) !void {

exe.addModule("aro", aro_module);
GenerateDef.add(b, "src/Builtins/Builtin.def", exe, aro_module);
GenerateDef.add(b, "src/Attribute/Attribute.def", exe, aro_module);

system_defaults.addOption(bool, "enable_linker_build_id", enable_linker_build_id);
system_defaults.addOption([]const u8, "linker", default_linker);
Expand Down
Loading

0 comments on commit 7a01eb6

Please sign in to comment.