Skip to content

Commit

Permalink
GUACAMOLE-1841: Fix library prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlner committed May 10, 2024
1 parent 3912684 commit 4ff5901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libguac/guacamole/plugin-constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* String prefix which begins the library filename of all client plugins.
*/
#define GUAC_PROTOCOL_LIBRARY_PREFIX "msys-client-"
#define GUAC_PROTOCOL_LIBRARY_PREFIX "libguac-client-"

/**
* String suffix which ends the library filename of all client plugins.
Expand Down

0 comments on commit 4ff5901

Please sign in to comment.