Skip to content

Commit 7b5cd5c

Browse files
committed
Revert "Convert PKG_CONFIG_PATH to msys/cygwin path"
This reverts commit 8e9ea4c. The environment variable is converted internally.
1 parent c6a27a0 commit 7b5cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mkmf/test_pkg_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def setup
2626
Cflags: -I${includedir}/cflags-I --cflags-other
2727
EOF
2828

29-
@pkg_config_path, ENV["PKG_CONFIG_PATH"] = ENV["PKG_CONFIG_PATH"], mkintpath(@fixtures_dir)
29+
@pkg_config_path, ENV["PKG_CONFIG_PATH"] = ENV["PKG_CONFIG_PATH"], @fixtures_dir
3030
end
3131
end
3232

0 commit comments

Comments
 (0)