diff --git a/justfiles/setup.just b/justfiles/setup.just index a876721f7..95b689cd9 100644 --- a/justfiles/setup.just +++ b/justfiles/setup.just @@ -50,4 +50,4 @@ install-tools: } # Install platform-specific benchmark toolchain (Callgrind, Linux-only). - & (Join-Path $PSScriptRoot ".." "scripts" "install-callgrind-tools.ps1") + & (Join-Path '{{justfile_directory()}}' "scripts" "install-callgrind-tools.ps1")