From 755d42537ebc66aa262be0054767806b953c56b9 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Sun, 13 Feb 2022 00:30:15 +0100 Subject: [PATCH] fastest way to test vars --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index b5c1a34..a08d83c 100644 --- a/SConstruct +++ b/SConstruct @@ -36,6 +36,8 @@ env=Environment(ENV=os.environ, CPPPATH=['#source/forstio','#source','#','#drive LIBS=['gnutls']) env.__class__.add_source_files = add_kel_source_files +print(os.environ) + env.objects = [] env.sources = [] env.headers = []