milestone 10: doh and dot listeners, cert store with hot reload and cert reload api
This commit is contained in:
@@ -140,6 +140,8 @@ fn addExecutable(
|
||||
exe.root_module.addAnonymousImport("web_assets", .{ .root_source_file = web_assets });
|
||||
exe.root_module.linkLibrary(sqliteLibrary(b, target, optimize));
|
||||
exe.root_module.linkLibrary(mbedtlsLibrary(b, target, optimize));
|
||||
exe.root_module.addCSourceFile(.{ .file = b.path("src/platform/mbedtls_shim.c") });
|
||||
addMbedtlsThreadingMacros(exe.root_module);
|
||||
return exe;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user