mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/psych/extconf.rb: braced VPATH is for nmake only
This commit is contained in:
parent
0bca34ddaa
commit
75b644350a
1 changed files with 1 additions and 1 deletions
|
@ -16,9 +16,9 @@ if enable_config("bundled-libyaml", false) || !(find_header('yaml.h') && find_li
|
|||
$srcs = Dir.glob("#{$srcdir}/{,yaml/}*.c").map {|n| File.basename(n)}.sort
|
||||
|
||||
header = 'yaml/yaml.h'
|
||||
header = "{$(VPATH)}#{header}" if $nmake
|
||||
if have_macro("_WIN32")
|
||||
$CPPFLAGS << " -DYAML_DECLARE_STATIC -DHAVE_CONFIG_H"
|
||||
header = "{$(VPATH)}#{header}"
|
||||
end
|
||||
|
||||
have_header 'dlfcn.h'
|
||||
|
|
Loading…
Reference in a new issue