ladybird
ladybird copied to clipboard
Toolchain: Fix path to BuildVcpkg.py in BuildVcpkg.sh
The relative path to *.py script was incorrect.
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"
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!
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!