From 1c8ac8fd6de5e3ac7095dcca4e7f3cb5736e7198 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Mon, 1 May 2017 18:54:58 +0300 Subject: docs: replace occurences of set_install_script() The method has been replaced with add_install_script(). Signed-off-by: Ernestas Kulik --- docs/markdown/Creating-OSX-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Creating-OSX-packages.md') diff --git a/docs/markdown/Creating-OSX-packages.md b/docs/markdown/Creating-OSX-packages.md index a2b462a24..8faf568cf 100644 --- a/docs/markdown/Creating-OSX-packages.md +++ b/docs/markdown/Creating-OSX-packages.md @@ -56,7 +56,7 @@ If you are not using any external libraries, this is all you need to do. You now As an example we are going to use the [SDL2](https://libsdl.org/) framework. In order to bundle it in our app, we first specify an installer script to run. ```meson -meson.set_install_script('install_script.sh') +meson.add_install_script('install_script.sh') ``` The install script does two things. First it copies the whole framework into our bundle. -- cgit v1.2.3