Skip to content

Commit 4b4a3e4

Browse files
authored
Fix typo in helper.rb (#195)
Hi This is a minor typo detected by rubocop. It only affects IBM AIX environments.
1 parent 8d0d125 commit 4b4a3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fiddle/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
%x!/usr/bin/ar x /usr/lib/libm.a #{mobjs.join(' ')}!
118118
%x!echo "#{funcs.join("\n")}\n" > #{expfile}!
119119
require 'rbconfig'
120-
if RbConfig::CONFIG["GCC"] = 'yes'
120+
if RbConfig::CONFIG["GCC"] == 'yes'
121121
lflag='-Wl,'
122122
else
123123
lflag=''

0 commit comments

Comments
 (0)