From 1e663ebe349331e25de2c43beab100bd2e65e093 Mon Sep 17 00:00:00 2001 From: Paul Gey Date: Sat, 2 May 2026 19:36:10 +0200 Subject: [PATCH] Fix typo in the docs --- docs/internal/AddingLinkableLibrary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internal/AddingLinkableLibrary.md b/docs/internal/AddingLinkableLibrary.md index 4d9809cc2..a9ec8f083 100644 --- a/docs/internal/AddingLinkableLibrary.md +++ b/docs/internal/AddingLinkableLibrary.md @@ -1,6 +1,6 @@ Adding a library that is linked against: -- If the library is a C shared library, you should not use these instructions, use the `after_staging_script` instead to +- If the library is a C shared library, you should not use these instructions, use the `after_stage_script` instead to build the library during the installation - Check what buildsystem is used. - If CMake, it's going to be relatively easy.