X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2Fsenfutil.py;h=52d9c1e9f0077f1bfaee9f37d3134b89de39c68c;hb=25976ed67c66d30811fa0a01043e50347e9d1e69;hp=12632b917ee4a26d51ac638047715b1ebf8cef0d;hpb=73f9bba69f50929823b41be3921a7ff3479d8894;p=senf.git diff --git a/site_scons/senfutil.py b/site_scons/senfutil.py index 12632b9..52d9c1e 100644 --- a/site_scons/senfutil.py +++ b/site_scons/senfutil.py @@ -57,7 +57,7 @@ def SetupForSENF(env, senf_paths = []): # If we have a symbolic link (or directory) 'senf', we use it as our # senf repository for path in senf_paths: - if os.path.exists(path): + if os.path.exists(os.path.join(path,"senf/config.hh")): print "\nUsing SENF in '%s/'\n" % os.path.abspath(path) env.Append( LIBPATH = [ path ], CPPPATH = [ path ],