Skip to content

Fix cross-compile bug on installing shared library

Fisher Yu requested to merge cross-compile into main

When installing shared library by cross-compile toolchains, building error occurs on the STRIP step. This patch fixes it.

Merge request reports