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 48b99ca commit 81f61f5
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 {
try aro_module.dependencies.put("system_defaults", system_defaults.createModule());

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

system_defaults.addOption(bool, "enable_linker_build_id", enable_linker_build_id);
Expand Down
Loading

0 comments on commit 81f61f5

Please sign in to comment.