Skip to content

Commit

Permalink
fixed generate_bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Belloni authored and Christian Belloni committed Oct 10, 2024
1 parent 4b57766 commit d9d1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libname=""

if [[ "$osname" == "Darwin" ]]; then
libname="libuniffi_fixtures.dylib"
elif [[ "$osname" == "Linux" ]]; then
else
libname="libuniffi_fixtures.so"
fi

Expand Down

0 comments on commit d9d1541

Please sign in to comment.