ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

Toolchain: Fix path to BuildVcpkg.py in BuildVcpkg.sh

Open maxim-banaev opened this issue 1 year ago • 2 comments

The relative path to *.py script was incorrect.

maxim-banaev avatar Nov 04 '24 11:11 maxim-banaev

This isn't quite right either. It's still dependent on $PWD.

The proper fix is probably something more like

#!/usr/bin/env bash

set -e

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

python3 "$DIR/BuildVcpkg.py"

ADKaster avatar Nov 05 '24 17:11 ADKaster

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

github-actions[bot] avatar Dec 07 '24 21:12 github-actions[bot]

This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions!

github-actions[bot] avatar Dec 15 '24 02:12 github-actions[bot]