Convert PKG_CONFIG_PATH to msys/cygwin path

This commit is contained in:
Nobuyoshi Nakada 2025-08-05 17:07:37 +09:00 committed by Nobuyoshi Nakada
parent 72b8bb4caf
commit 8e9ea4c202

View file

@ -26,7 +26,7 @@ class TestMkmfPkgConfig < TestMkmf
Cflags: -I${includedir}/cflags-I --cflags-other Cflags: -I${includedir}/cflags-I --cflags-other
EOF 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
end end