diff options
author | William Deegan <bill@baddogconsulting.com> | 2011-06-17 03:04:17 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2011-06-17 03:04:17 (GMT) |
commit | d40be209baefa11b56c9d6961d7976958de425da (patch) | |
tree | 75de04d8405b92cce2257993900d0141d3bff3c3 /test | |
parent | 329d00dfba48b6ded22381aa0d3ba63c7697a54a (diff) | |
download | SCons-d40be209baefa11b56c9d6961d7976958de425da.zip SCons-d40be209baefa11b56c9d6961d7976958de425da.tar.gz SCons-d40be209baefa11b56c9d6961d7976958de425da.tar.bz2 |
Fix bug 2772
Diffstat (limited to 'test')
-rw-r--r-- | test/LoadableModule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LoadableModule.py b/test/LoadableModule.py index 574b0cd..18a9c43 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()) |