Skip to content

Commit

Permalink
add case for openwrt aarch64 in static deps
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jan 3, 2023
1 parent 9929445 commit 1d84d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/StaticBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ if(CMAKE_CROSSCOMPILING)
set(openssl_arch linux-mips32)
elseif(ARCH_TRIPLET STREQUAL mipsel-linux-gnu)
set(openssl_arch linux-mips)
elseif(ARCH_TRIPLET STREQUAL aarch64-linux-gnu)
elseif(ARCH_TRIPLET STREQUAL aarch64-linux-gnu OR ARCH_TRIPLET STREQUAL aarch64-openwrt-linux-musl)
# cross compile arm64
set(openssl_arch linux-aarch64)
elseif(ARCH_TRIPLET MATCHES arm-linux)
Expand Down

0 comments on commit 1d84d63

Please sign in to comment.