Skip to content

Commit

Permalink
Opt into mbedtls with HXCPP_USE_MBEDTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Jul 22, 2024
1 parent 218bd99 commit 3117d75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hx/libs/ssl/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@

<target id="haxe">
<files id="hxcpp_ssl" unless="windows"/>
<files id="hxcpp_ssl_windows" if="windows"/>
<section if="windows">
<files id="hxcpp_ssl_windows" unless="HXCPP_USE_MBEDTLS"/>
<files id="hxcpp_ssl" if="HXCPP_USE_MBEDTLS"/>
</section>

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

0 comments on commit 3117d75

Please sign in to comment.