diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-18 13:14:09 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-18 13:14:09 +0200 |
commit | 1456fc7c9a42992c2a601dffd26e251ebab99c3f (patch) | |
tree | 9cf60cd2f0edef76f5d5592d4d11eb734106bd0c /modules/io-tls/SConstruct | |
parent | 225134d485ec3795e839ea9bbafdae214771f340 (diff) |
Fixing tls and writing a basic test for it
Diffstat (limited to 'modules/io-tls/SConstruct')
-rw-r--r-- | modules/io-tls/SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/io-tls/SConstruct b/modules/io-tls/SConstruct index e3a5648..909eadb 100644 --- a/modules/io-tls/SConstruct +++ b/modules/io-tls/SConstruct @@ -57,6 +57,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], LIBS=[ 'gnutls' ,'forstio-core' + ,'forstio-async' ,'forstio-io' ]) env.__class__.add_source_files = add_kel_source_files |