Skip to content

Commit

Permalink
Updated the brnach with latest changes form dev
Browse files Browse the repository at this point in the history
Signed-off-by: Pankaj Thorat <[email protected]>
  • Loading branch information
pankajskku committed Oct 5, 2024
1 parent 0959cf5 commit 3b4da0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def ensure_tree_sitter_bindings():

# Use the correct architecture for runtime
RUNTIME_HOST_ARCH = os.environ.get('RUNTIME_HOST_ARCH', 'x86_64')
bindings_path = self.bindings_dir + '/' + RUNTIME_HOST_ARCH # mach-arm64
bindings_path = self.bindings_dir + '/' + RUNTIME_HOST_ARCH # for MAC: mach-arm64
print(f"Bindings bindings_dir: {self.bindings_dir}")
print(f"Bindings path: {bindings_path}")

Expand Down

0 comments on commit 3b4da0e

Please sign in to comment.