aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/native_property.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:00:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:37:15 +0300
commit15b0bd6e937a6676b818268378882c5a0a33a33b (patch)
tree7f2b2afa59c9fd08ca4139b9a53f8d8839184515 /docs/markdown/snippets/native_property.md
parent95e7477d120ef8ff4d86aa1c669ad0ad9c5835e1 (diff)
downloadmeson-15b0bd6e937a6676b818268378882c5a0a33a33b.zip
meson-15b0bd6e937a6676b818268378882c5a0a33a33b.tar.gz
meson-15b0bd6e937a6676b818268378882c5a0a33a33b.tar.bz2
Update everything for new release.0.54.0
Diffstat (limited to 'docs/markdown/snippets/native_property.md')
-rw-r--r--docs/markdown/snippets/native_property.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/markdown/snippets/native_property.md b/docs/markdown/snippets/native_property.md
deleted file mode 100644
index d3808d8..0000000
--- a/docs/markdown/snippets/native_property.md
+++ /dev/null
@@ -1,18 +0,0 @@
-## Native file properties
-
-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.54.0, and are read like:
-
-```meson
-x = meson.get_external_property('foobar', 'foo')
-```
-
-where `foobar` is the property name, and the optional `foo` is the fallback string value.
-
-For cross-compiled projects, `get_external_property()` reads the cross-file unless `native: true` is specified. \ No newline at end of file