aboutsummaryrefslogtreecommitdiff
path: root/wrap.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-21 12:02:07 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-21 12:02:07 +0200
commitdd519525ecfc6253b2472b6810213568f05a5c4b (patch)
tree259b9b4a62ac1a464e7f791fb8aba1cff6f2e554 /wrap.py
parentfaa623eb93f8e6f2334f4405f5a69c67484804e9 (diff)
downloadmeson-dd519525ecfc6253b2472b6810213568f05a5c4b.zip
meson-dd519525ecfc6253b2472b6810213568f05a5c4b.tar.gz
meson-dd519525ecfc6253b2472b6810213568f05a5c4b.tar.bz2
Add in this line that got lost by accident.
Diffstat (limited to 'wrap.py')
-rw-r--r--wrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrap.py b/wrap.py
index 3b3b640..5f9c427 100644
--- a/wrap.py
+++ b/wrap.py
@@ -50,6 +50,7 @@ class Resolver:
def resolve(self, packagename):
fname = os.path.join(self.subdir_root, packagename + '.wrap')
+ dirname = os.path.join(self.subdir_root, packagename)
if not os.path.isfile(fname):
if os.path.isdir(dirname):
# No wrap file but dir exists -> user put it there manually.