Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Oct 18, 2023
1 parent 5c9bf5a commit 7680405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def debug_config(conf)

def build_config(conf, target = nil, strip: false)
[conf.cc, conf.linker].each do |cc|
cc.command = "zig cc"
cc.command = 'zig cc'
cc.flags += ['-target', target] if target
cc.flags << '-s' if strip
end
Expand Down

0 comments on commit 7680405

Please sign in to comment.