Skip to content

Commit 799ea1d

Browse files
committed
mkmf.rb: convert also arch_hdrdir [Bug ruby#16651]
1 parent 9f90451 commit 799ea1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mkmf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ def configuration(srcdir)
19431943
srcdir = #{srcdir.gsub(/\$\((srcdir)\)|\$\{(srcdir)\}/) {mkintpath(CONFIG[$1||$2]).unspace}}
19441944
topdir = #{mkintpath(topdir = $extmk ? CONFIG["topdir"] : $topdir).unspace}
19451945
hdrdir = #{(hdrdir = CONFIG["hdrdir"]) == topdir ? "$(topdir)" : mkintpath(hdrdir).unspace}
1946-
arch_hdrdir = #{$arch_hdrdir.quote}
1946+
arch_hdrdir = #{mkintpath($arch_hdrdir).unspace}
19471947
PATH_SEPARATOR = #{CONFIG['PATH_SEPARATOR']}
19481948
VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])}
19491949
}

0 commit comments

Comments
 (0)