Skip to content

Commit

Permalink
chore: resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Sep 16, 2024
1 parent 354d36c commit a3fc2c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions scripts/build_rln.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ output_filename=$3

# Detect OS
case "$(uname -s)" in
Linux*) os=linux;
Darwin*) os=darwin;
MINGW*) os=windows;
MSYS*) os=windows;
*) os=unknown;
Linux*) os=linux;;
Darwin*) os=darwin;;
MINGW*) os=windows;;
MSYS*) os=windows;;
*) os=unknown;;
esac

# Get the host triplet
Expand Down
2 changes: 1 addition & 1 deletion vendor/negentropy
Submodule negentropy updated 1 files
+1 −1 cpp/Makefile

0 comments on commit a3fc2c1

Please sign in to comment.