Skip to content

Commit 47578e9

Browse files
committed
Fix typo in helper.rb
1 parent e3dc030 commit 47578e9

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)