Skip to content

Commit 4435e45

Browse files
committed
Fix steep problem
1 parent d6c28d8 commit 4435e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gem/lib/go_gem/rake_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def self.build_env_vars
120120
ldflags.gsub!("-Wl,--unresolved-symbols=ignore-all", "")
121121
end
122122

123-
ld_library_path = RbConfig::CONFIG["libdir"]
123+
ld_library_path = RbConfig::CONFIG["libdir"].to_s
124124

125125
{
126126
"CGO_CFLAGS" => cflags,

0 commit comments

Comments
 (0)