Fix typo in the docs

This commit is contained in:
Paul Gey
2026-05-02 19:36:10 +02:00
parent 9e60f1a039
commit 1e663ebe34

View File

@@ -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.