Skip to content

Commit

Permalink
[WRAPPER] Fixed a small mystake with latest ALTNAME work
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Dec 28, 2024
1 parent d0c7cb4 commit b55b138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapped/wrappedcurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const char* curlName = "libcurl.so.4";
#define ALTNAME "libcurl.so"

#define ALTNAME "libcurl-gnutls.so.4"
#define ALTNAME2 "libcurl-gnutls.so.4"
#define LIBNAME curl

#include "generated/wrappedcurltypes.h"
Expand Down

0 comments on commit b55b138

Please sign in to comment.