Skip to content

contrib: soxr: don't force the CMAKE_SYSTEM_NAME when cross compiling

Steve Lhomme requested to merge robUx4/vlc:soxr_cross into master

The proper value is already set in the toolchain.cmake since a6dcec33. If the value is not set for a cross compiled target, building fails since f2e67d22.

Merge request reports