diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-17 15:03:09 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-17 15:03:09 +0200 |
commit | c1572ff1c275145208333e3e69c29c569689e51b (patch) | |
tree | 8c063016008ceac98a926bda5487794f710e3eeb /modules/io-tls | |
parent | 1a2299a70280867b93fde4050833d4bd2b419884 (diff) |
Moved to platform description in structs
Diffstat (limited to 'modules/io-tls')
-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 fbd8657..5101537 100644 --- a/modules/io-tls/SConstruct +++ b/modules/io-tls/SConstruct @@ -44,6 +44,7 @@ env_vars.Add('prefix', ) env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], + CXX=['c++'], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=['gnutls','forstio-io']) |