summaryrefslogtreecommitdiff
path: root/test/LoadableModule.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2011-06-17 03:04:17 +0000
committerWilliam Deegan <bill@baddogconsulting.com>2011-06-17 03:04:17 +0000
commit09c2e07f67522b5b7c0103e7ada36abdd8a96774 (patch)
tree75de04d8405b92cce2257993900d0141d3bff3c3 /test/LoadableModule.py
parentaf6e4e61541fc2e85d7dd14ec8a59d47dab29a73 (diff)
downloadscons-09c2e07f67522b5b7c0103e7ada36abdd8a96774.tar.gz
Fix bug 2772
Diffstat (limited to 'test/LoadableModule.py')
-rw-r--r--test/LoadableModule.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LoadableModule.py b/test/LoadableModule.py
index 574b0cdf..18a9c43c 100644
--- a/test/LoadableModule.py
+++ b/test/LoadableModule.py
@@ -43,6 +43,7 @@ dlopen_line = {
'darwin' : no_dl_lib,
'freebsd4' : no_dl_lib,
'linux2' : use_dl_lib,
+ 'linux3' : use_dl_lib,
}
platforms_with_dlopen = list(dlopen_line.keys())