diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-21 12:02:07 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-21 12:02:07 +0200 |
commit | dd519525ecfc6253b2472b6810213568f05a5c4b (patch) | |
tree | 259b9b4a62ac1a464e7f791fb8aba1cff6f2e554 /wrap.py | |
parent | faa623eb93f8e6f2334f4405f5a69c67484804e9 (diff) | |
download | meson-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |