1
Fork 0
This commit is contained in:
Motiejus Jakštys 2022-12-13 18:26:56 +02:00
parent 00e126ec85
commit 66b9635ca8
1 changed files with 4 additions and 4 deletions

View File

@ -369,7 +369,7 @@ def declare_files(os):
":" + zig_tool_path(os).format( ":" + zig_tool_path(os).format(
zig_tool = "ar", zig_tool = "ar",
zigtarget = target_config.zigtarget, zigtarget = target_config.zigtarget,
) ),
], ],
) )