mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Convert PKG_CONFIG_PATH
to msys/cygwin path
This commit is contained in:
parent
72b8bb4caf
commit
8e9ea4c202
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class TestMkmfPkgConfig < TestMkmf
|
|||
Cflags: -I${includedir}/cflags-I --cflags-other
|
||||
EOF
|
||||
|
||||
@pkg_config_path, ENV["PKG_CONFIG_PATH"] = ENV["PKG_CONFIG_PATH"], @fixtures_dir
|
||||
@pkg_config_path, ENV["PKG_CONFIG_PATH"] = ENV["PKG_CONFIG_PATH"], mkintpath(@fixtures_dir)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue