Skip to content

Commit 1a4c4e6

Browse files
committed
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
1 parent 72a672a commit 1a4c4e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
Entries may not always be in chronological/commit order.
88
See license at the end of file. */
99

10+
2025-02-21 11:16 UTC+0100 Aleksander Czajczynski (hb fki.pl)
11+
* contrib/hbcurl/hbcurl.hbp
12+
+ added Windows architecture specific libcurl names:
13+
libcurl-x64.dll, libcurl-arm64.dll as suggested
14+
by @carles9000 in #382
15+
1016
2025-02-11 04:21 UTC+0100 Antonio Linares (alinares/at/fivetechsoft.com)
1117
* contrib/hbcurl/core.c
1218
+ implemented required explicit cast reported by Lorenzo Fiorini

contrib/hbcurl/hbcurl.hbp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ hbcurl.hbm
44
-depimplibs=curl:../bin/libcurl.dll
55
-depimplibs=curl:../libcurl-4.dll
66
-depimplibs=curl:../bin/libcurl-4.dll
7+
{x86_64}-depimplibs=curl:../bin/libcurl-x64.dll
8+
{arm64}-depimplibs=curl:../bin/libcurl-arm64.dll
79
-depfinish=curl
810

911
-iflag={bcc}-a

0 commit comments

Comments
 (0)