Link against hxcpp's mbedtls in static builds

This avoids lime's mbedtls overwriting hxcpp's, which has caused issues
in the past.
This commit is contained in:
Tobiasz Laskowski
2024-07-11 19:53:51 +01:00
committed by Josh Tynjala
parent d1db9e88af
commit 22fb016d95
3 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
<include name="${HXCPP}/build-tool/BuildCommon.xml" />
<include name="${HXCPP}/src/hx/libs/ssl/Build.xml" />
<files id="main">
<file name="Main.cpp" />
@@ -11,6 +13,7 @@
<target id="main" output="Main${DBG}" tool="linker" toolid="exe">
<files id="main" />
<files id="hxcpp_ssl" />
::foreach ndlls::
<lib name="::path::" />::end::