diff options
Diffstat (limited to 'distsrc/client/SConstruct')
-rwxr-xr-x | distsrc/client/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct index c2d309a4e5a..54fc9437d3c 100755 --- a/distsrc/client/SConstruct +++ b/distsrc/client/SConstruct @@ -41,7 +41,7 @@ linux = False if "darwin" == os.sys.platform: addExtraLibs( "/opt/local/" ) nix = True -elif "linux2" == os.sys.platform: +elif "linux2" == os.sys.platform or "linux3" == os.sys.platform: nix = True linux = True |