mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Revert "Convert PKG_CONFIG_PATH
to msys/cygwin path"
This reverts commit 8e9ea4c202
.
The environment variable is converted internally.
This commit is contained in:
parent
c6a27a0253
commit
7b5cd5ce15
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"], mkintpath(@fixtures_dir)
|
||||
@pkg_config_path, ENV["PKG_CONFIG_PATH"] = ENV["PKG_CONFIG_PATH"], @fixtures_dir
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue