diff --git a/ChangeLog.txt b/ChangeLog.txt index b14dde820d..07b0a40360 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,12 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-02-21 11:16 UTC+0100 Aleksander Czajczynski (hb fki.pl) + * contrib/hbcurl/hbcurl.hbp + + added Windows architecture specific libcurl names: + libcurl-x64.dll, libcurl-arm64.dll as suggested + by @carles9000 in #382 + 2025-02-11 04:21 UTC+0100 Antonio Linares (alinares/at/fivetechsoft.com) * contrib/hbcurl/core.c + implemented required explicit cast reported by Lorenzo Fiorini diff --git a/contrib/hbcurl/hbcurl.hbp b/contrib/hbcurl/hbcurl.hbp index 1cb5d5cdb8..cc0bc99bc4 100644 --- a/contrib/hbcurl/hbcurl.hbp +++ b/contrib/hbcurl/hbcurl.hbp @@ -4,6 +4,8 @@ hbcurl.hbm -depimplibs=curl:../bin/libcurl.dll -depimplibs=curl:../libcurl-4.dll -depimplibs=curl:../bin/libcurl-4.dll +{x86_64}-depimplibs=curl:../bin/libcurl-x64.dll +{arm64}-depimplibs=curl:../bin/libcurl-arm64.dll -depfinish=curl -iflag={bcc}-a