diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2020-02-05 13:26:35 -0500 |
---|---|---|
committer | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2020-02-05 13:26:35 -0500 |
commit | a4e4d2e75a25d4254e13ce0d6e3486f87e2d027a (patch) | |
tree | b598712a61b770a7a44404f2ae441af0ca67127d /docs/markdown/snippets | |
parent | 58b1157d879d1ec16b09963a3945e4608d137653 (diff) | |
download | meson-a4e4d2e75a25d4254e13ce0d6e3486f87e2d027a.zip meson-a4e4d2e75a25d4254e13ce0d6e3486f87e2d027a.tar.gz meson-a4e4d2e75a25d4254e13ce0d6e3486f87e2d027a.tar.bz2 |
doc
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/native_property.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/native_property.md b/docs/markdown/snippets/native_property.md index 3845fa1..d3808d8 100644 --- a/docs/markdown/snippets/native_property.md +++ b/docs/markdown/snippets/native_property.md @@ -1,13 +1,13 @@ ## Native file properties -As of Meson 0.53.0, the `--native-file nativefile.ini` can contain: +As of Meson 0.54.0, the `--native-file nativefile.ini` can contain: * binaries * paths * properties which are defined and used the same way as in cross files. -The `properties` are new for Meson 0.53.0, and are read like: +The `properties` are new for Meson 0.54.0, and are read like: ```meson x = meson.get_external_property('foobar', 'foo') |