diff options
author | Ariel Manzur <ariel@okamstudio.com> | 2015-11-16 08:44:03 -0300 |
---|---|---|
committer | Ariel Manzur <ariel@okamstudio.com> | 2015-11-16 08:44:03 -0300 |
commit | 906c6374dc98006d70055ed0ecc376f8c0bbdc66 (patch) | |
tree | 0c524bca7078f09c8c94a4a3983341ca6cb287a2 /drivers/SCsub | |
parent | 4893c932bb16bc1e26a6c0f582d8a4cac1d998fb (diff) |
drivers and theora
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 8015d929cb..2361968a43 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -71,7 +71,7 @@ for f in env.drivers_sources: fname = env.File(f)[0].path fname = fname.replace("\\", "/") base = string.join(fname.split("/")[:2], "/") - if base != cur_base or len(list) > max_src: + if base != cur_base and len(list) > max_src: if num > 0: lib = env.Library("drivers"+str(num), list) lib_list.append(lib) |