Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -661,7 +661,7 @@ int main() { LLVMContext &Context = getGlobalContext(); }
}

shared_configs.each do |desc, objs|
status = check_program(false, *common_args, *objs) do |f|
status = check_program(false, *(common_args + objs)) do |f|
f.puts src
@log.log src
end

0 comments on commit db75dd1

Please sign in to comment.