diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-30 23:13:43 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-30 23:13:43 +0300 |
| commit | 5a377f6466f4730a7dcb0d8d3eb3768db0cd5121 (patch) | |
| tree | 9bf4c82111d3772941f4487fc6ece137ffea8e98 /environment.py | |
| parent | fb0fbd4061e77a7b7b33298c6bd3fea4b61e8447 (diff) | |
| download | meson-5a377f6466f4730a7dcb0d8d3eb3768db0cd5121.tar.gz | |
Clarifying text.
Diffstat (limited to 'environment.py')
| -rw-r--r-- | environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py index f4811f18f..58b4009e0 100644 --- a/environment.py +++ b/environment.py @@ -1085,7 +1085,7 @@ class CrossBuildInfo(): self.items = {} self.parse_datafile(filename) if not 'name' in self: - raise EnvironmentException('Cross file must specify "name".') + raise EnvironmentException('Cross file must specify "name" (e.g. "linux", "darwin" or "windows".') def ok_type(self, i): return isinstance(i, str) or isinstance(i, int) or isinstance(i, bool) |
