diff options
Diffstat (limited to 'drivers/openssl/SCsub')
-rw-r--r-- | drivers/openssl/SCsub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/openssl/SCsub b/drivers/openssl/SCsub index 6d3e7e6732..b7a84cd122 100644 --- a/drivers/openssl/SCsub +++ b/drivers/openssl/SCsub @@ -1,6 +1,6 @@ +Import('env_ssl') Import('env') -env.add_source_files(env.drivers_sources,"*.cpp") -env.add_source_files(env.drivers_sources,"*.c") +env_ssl.add_source_files(env.drivers_sources,"*.cpp") +env_ssl.add_source_files(env.drivers_sources,"*.c") -Export('env') |