aboutsummaryrefslogtreecommitdiff
path: root/ninjabackend.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-09-06 18:38:27 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-09-06 18:38:27 +0300
commit776f899e78e88600f34176ef4088c32208802777 (patch)
tree5aed6ee6a63892ddcc64f6150e379f1a6f41b7aa /ninjabackend.py
parent4dd6a85075703733f1f610df650b82879b911be7 (diff)
downloadmeson-776f899e78e88600f34176ef4088c32208802777.zip
meson-776f899e78e88600f34176ef4088c32208802777.tar.gz
meson-776f899e78e88600f34176ef4088c32208802777.tar.bz2
Made boost on windows kinda work.
Diffstat (limited to 'ninjabackend.py')
-rw-r--r--ninjabackend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ninjabackend.py b/ninjabackend.py
index 0bc500d..ebf0a94 100644
--- a/ninjabackend.py
+++ b/ninjabackend.py
@@ -1401,7 +1401,6 @@ rule FORTRAN_DEP_HACK
def generate_shlib_aliases(self, target, outdir):
basename = target.get_filename()
aliases = target.get_aliaslist()
- aliascmd = []
if not mesonlib.is_windows():
for alias in aliases:
aliasfile = os.path.join(self.environment.get_build_dir(), outdir, alias)