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