mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 12:24:30 +01:00
build: ubuntu 16 ppc build fixes
This commit is contained in:
@@ -148,7 +148,7 @@ if(ARCH_ID STREQUAL "powerpc64" OR ARCH_ID STREQUAL "ppc64")
|
|||||||
set(PPC 0)
|
set(PPC 0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ARCH_ID STREQUAL "powerpc")
|
if(ARCH_ID STREQUAL "powerpc" OR ARCH_ID STREQUAL "ppc")
|
||||||
set(PPC64LE 0)
|
set(PPC64LE 0)
|
||||||
set(PPC64 0)
|
set(PPC64 0)
|
||||||
set(PPC 1)
|
set(PPC 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user