
When bootstrapping Debian for musl-linux-any, the multiarch directories are not found due to an overly-specific regular expression. See https://bugs.debian.org/1085507 for the original bug report.
6 lines
151 B
CMake
6 lines
151 B
CMake
set(LINUX 1)
|
|
set(UNIX 1)
|
|
|
|
# Match multiarch library directory names.
|
|
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-linux-[a-z0-9_]*")
|