Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion justfiles/setup.just
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Comment thread
kate-shine marked this conversation as resolved.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is ox-sdk similarly afflicted or how come we did not notice it there?

Loading