We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CONFIG
1 parent d6ac684 commit 86a38bbCopy full SHA for 86a38bb
_gem/lib/go_gem/mkmf.rb
@@ -26,7 +26,7 @@ def $objs.empty?; false; end
26
27
create_makefile(target, srcprefix)
28
29
- case `#{CONFIG["CC"]} --version` # rubocop:disable Lint/LiteralAsCondition
+ case `#{RbConfig::CONFIG["CC"]} --version` # rubocop:disable Lint/LiteralAsCondition
30
when /Free Software Foundation/
31
ldflags = "-Wl,--unresolved-symbols=ignore-all"
32
when /clang/
0 commit comments