Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto, wasm-wc: Copy the .so into build/lib/unit/modules/
Normally when the language modules are built, they are built directly into the build/lib/unit/modules/ directory. This then allows Unit to find them without being installed. This is useful for things like the pytests. This wasn't happening for the wasm-wasi-component language module. So we now copy it over and give it the right name as part of the make/build process. Reported-by: Andrei Zeliankou <[email protected]> Fixes: 4e6d7e8 ("Wasm-wc: Wire it up to the build system") Signed-off-by: Andrew Clayton <[email protected]>
- Loading branch information