Skip to content

Commit

Permalink
Merge branch 'daniel/c-musl-x86'
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 12, 2024
2 parents 881d92c + 36f82f8 commit 037e81d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public InfisicalClient(ClientSettings settings) {
// x86_64 specific bindings (gnu/musl determinations)
else if (arch.equals("amd64") || arch.equals("x86_64")) {
if (isMusl()) {
libraryName = "libinfisical_c_x64_musl";
libraryName = "infisical_c_x64_musl";
} else {
// We build the default bindings for x86_64, so no need to specify a custom
// library path for this.
Expand Down

0 comments on commit 037e81d

Please sign in to comment.