We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5466e71 commit 2122ceaCopy full SHA for 2122cea
src/gui2/build.py
@@ -45,6 +45,7 @@ def sources_from(path, except_for=[]):
45
package(name="libcurl_lib", package="libcurl")
46
package(name="glfw3_lib", package="glfw3")
47
package(name="magic_lib", package="libmagic")
48
+package(name="mbedtls_lib", package="mbedtls")
49
50
cxxlibrary(
51
name="nlohmannjson_lib",
@@ -311,6 +312,7 @@ def sources_from(path, except_for=[]):
311
312
".+libcurl_lib",
313
".+glfw3_lib",
314
".+magic_lib",
315
+ ".+mbedtls_lib",
316
".+hacks",
317
],
318
)
0 commit comments