games/widelands: fix build on riscv64
ld: error: lto.tmp: cannot link object files with different floating-point ABI
This commit is contained in:
parent
b9d78eb73c
commit
f95ab0c052
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ PORTDOCS= *
|
|||
OPTIONS_DEFINE= DOCS LTO NLS TEST
|
||||
OPTIONS_DEFAULT=LTO
|
||||
OPTIONS_EXCLUDE_powerpc64= LTO
|
||||
OPTIONS_EXCLUDE_riscv64= LTO
|
||||
|
||||
LTO_CMAKE_ON= -DUSE_FLTO_IF_AVAILABLE:STRING="yes"
|
||||
NLS_CMAKE_BOOL= OPTION_BUILD_TRANSLATIONS
|
||||
|
|
Loading…
Reference in a new issue