summaryrefslogtreecommitdiff
path: root/drivers/openssl/SCsub
diff options
context:
space:
mode:
authorAriel Manzur <ariel@godotengine.org>2016-05-21 19:31:58 -0300
committerAriel Manzur <ariel@godotengine.org>2016-05-21 19:31:58 -0300
commit6cf2353305922f3464ff91ae1b137e747e1d2961 (patch)
tree02eda3ddd260691867ad70ccac5b7f91e289ca7f /drivers/openssl/SCsub
parent87e8e8d37298a126214679dfdbe3ef7db3543fd5 (diff)
using 1 env for all drivers
Diffstat (limited to 'drivers/openssl/SCsub')
-rw-r--r--drivers/openssl/SCsub5
1 files changed, 2 insertions, 3 deletions
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")