Skip to content

Commit

Permalink
build_pkgconfig: remove the pip pin
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Oct 14, 2023
1 parent 2f89d76 commit e2c91c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packing/build_pkgconfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if ($installationPath -and (test-path "$installationPath\Common7\Tools\vsdevcmd.
set-content env:\"$name" $value
}
}
python -m pip install 'pip==21.*'
pip install --upgrade meson==0.55.3 ninja
$env:PKG_CONFIG_PATH=""
meson setup --prefix=$output --buildtype=release -Dtests=false pkg_conf_build pkgconf
Expand Down

0 comments on commit e2c91c5

Please sign in to comment.