Skip to content

Commit

Permalink
Removed needless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Nov 13, 2023
1 parent 8fbf814 commit d701d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class << self
# For libui-ng shared libraries compiled with (rake vendor:build)
"libui.#{RbConfig::CONFIG['host_cpu']}.#{RbConfig::CONFIG['SOEXT']}",
# For libui-ng shared library downloaded from RubyGems.org
"libui.#{host_cpu}.#{RbConfig::CONFIG['SOEXT']}", # gem
"libui.#{host_cpu}.#{RbConfig::CONFIG['SOEXT']}",
# For backward compatibility or manual compilation of libui-ng
"libui.#{RbConfig::CONFIG['SOEXT']}"
]
Expand Down

0 comments on commit d701d0a

Please sign in to comment.