aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmeson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.py b/meson.py
index dc277eb..5fe9cf0 100755
--- a/meson.py
+++ b/meson.py
@@ -137,7 +137,7 @@ itself as required.'''
import xcodebackend
g = xcodebackend.XCodeBackend(b, intr)
else:
- raise RuntimeError('Unknown backend "%s".' % options.backend)
+ raise RuntimeError('Unknown backend "%s".' % self.options.backend)
g.generate()
env.generating_finished()
dumpfile = os.path.join(env.get_scratch_dir(), 'build.dat')