We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f90451 commit 799ea1dCopy full SHA for 799ea1d
1 file changed
lib/mkmf.rb
@@ -1943,7 +1943,7 @@ def configuration(srcdir)
1943
srcdir = #{srcdir.gsub(/\$\((srcdir)\)|\$\{(srcdir)\}/) {mkintpath(CONFIG[$1||$2]).unspace}}
1944
topdir = #{mkintpath(topdir = $extmk ? CONFIG["topdir"] : $topdir).unspace}
1945
hdrdir = #{(hdrdir = CONFIG["hdrdir"]) == topdir ? "$(topdir)" : mkintpath(hdrdir).unspace}
1946
-arch_hdrdir = #{$arch_hdrdir.quote}
+arch_hdrdir = #{mkintpath($arch_hdrdir).unspace}
1947
PATH_SEPARATOR = #{CONFIG['PATH_SEPARATOR']}
1948
VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])}
1949
}
0 commit comments