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.