From 6cf2353305922f3464ff91ae1b137e747e1d2961 Mon Sep 17 00:00:00 2001 From: Ariel Manzur Date: Sat, 21 May 2016 19:31:58 -0300 Subject: using 1 env for all drivers --- drivers/openssl/SCsub | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'drivers/openssl/SCsub') diff --git a/drivers/openssl/SCsub b/drivers/openssl/SCsub index b7a84cd122..e40ebcf720 100644 --- a/drivers/openssl/SCsub +++ b/drivers/openssl/SCsub @@ -1,6 +1,5 @@ -Import('env_ssl') Import('env') -env_ssl.add_source_files(env.drivers_sources,"*.cpp") -env_ssl.add_source_files(env.drivers_sources,"*.c") +env.add_source_files(env.drivers_sources,"*.cpp") +env.add_source_files(env.drivers_sources,"*.c") -- cgit v1.2.3