aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-07-31 15:12:45 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-08-14 13:13:23 -0700
commit142012ab73bf1cfedb59f539400f0c18df055ec8 (patch)
tree3611315be1954612c3e004d79546d22c1cb12dcb /docs/markdown/snippets
parent931a1b918711a7056c59ac6987306bdaf3c6d9a2 (diff)
downloadmeson-142012ab73bf1cfedb59f539400f0c18df055ec8.zip
meson-142012ab73bf1cfedb59f539400f0c18df055ec8.tar.gz
meson-142012ab73bf1cfedb59f539400f0c18df055ec8.tar.bz2
docs: add snippet for l_undef on apple
I didn't really mean to, but in splitting the linkers and compilers I got this all working.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/b_lundef_on_apple.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/b_lundef_on_apple.md b/docs/markdown/snippets/b_lundef_on_apple.md
new file mode 100644
index 0000000..850a412
--- /dev/null
+++ b/docs/markdown/snippets/b_lundef_on_apple.md
@@ -0,0 +1,5 @@
+## Meson's builtin b_lundef is now supported on macOS
+
+This has always been possible, but there are some addtional restrictions on
+macOS (mainly do to Apple only features). With the linker internal
+re-architecture this has become possible \ No newline at end of file