From 27abed4a707ba69b019822a0a0e3c045542b4443 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 31 Jan 2021 18:00:24 +0200 Subject: Capitalize "Meson" consistently as it is a proper name. [skip ci] --- docs/markdown/Creating-Linux-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Creating-Linux-binaries.md') diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md index f5aa6a4..71c96e4 100644 --- a/docs/markdown/Creating-Linux-binaries.md +++ b/docs/markdown/Creating-Linux-binaries.md @@ -84,7 +84,7 @@ things to note. First, you must tell GCC to link the C++ standard library statically. If you don't then your app is guaranteed to break as different distros have binary-incompatible C++ libraries. The second thing is that you need to point your install prefix to some -empty staging area. Here's the meson command to do that: +empty staging area. Here's the Meson command to do that: ```console $ LDFLAGS=-static-libstdc++ meson --prefix=/tmp/myapp -- cgit v1.1