From 22fb016d95eabea87554eec464148bb7bbbde61a Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Thu, 11 Jul 2024 19:53:51 +0100 Subject: [PATCH] Link against hxcpp's mbedtls in static builds This avoids lime's mbedtls overwriting hxcpp's, which has caused issues in the past. --- project/Build.xml | 2 +- project/lib/curl-files.xml | 11 ++++++++++- templates/cpp/static/BuildMain.xml | 3 +++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/project/Build.xml b/project/Build.xml index 7fe7c97f2..15be32417 100755 --- a/project/Build.xml +++ b/project/Build.xml @@ -389,7 +389,7 @@ - + diff --git a/project/lib/curl-files.xml b/project/lib/curl-files.xml index 5e01a10fe..aabf1f41c 100644 --- a/project/lib/curl-files.xml +++ b/project/lib/curl-files.xml @@ -1,4 +1,5 @@ + @@ -23,7 +24,15 @@ - + + +
+ + + + + +
diff --git a/templates/cpp/static/BuildMain.xml b/templates/cpp/static/BuildMain.xml index dda4b8a70..f49c7e5c8 100644 --- a/templates/cpp/static/BuildMain.xml +++ b/templates/cpp/static/BuildMain.xml @@ -2,6 +2,8 @@ + + @@ -11,6 +13,7 @@ + ::foreach ndlls:: ::end::