Skip to content

Commit

Permalink
[ssl] fix link order (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist authored Jul 15, 2024
1 parent 40025d6 commit 8bda60e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hx/libs/ssl/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@
</files>

<target id="haxe">
<files id="mbedtls" />
<!-- the order is important, mbedtls needs to come after hxcpp_ssl -->
<files id="hxcpp_ssl" />
<files id="mbedtls" />

<lib name="advapi32.lib" if="windows" unless="static_link" />
<lib name="crypt32.lib" if="windows" unless="static_link" />
Expand Down

0 comments on commit 8bda60e

Please sign in to comment.