diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-11-16 11:11:28 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-11-16 11:11:29 +0200 |
| commit | fc3768293ab0b981f25ee9431de5a7d75347bb70 (patch) | |
| tree | 33f011e9b33eb053d50a29cedbc600398dcbe069 | |
| parent | 46f989bc49eddf067a95bc95c3086f68b98a2708 (diff) | |
| parent | f92682ec0aff270f36901b1231213da7f02e8c27 (diff) | |
| download | monzero-core-fc3768293ab0b981f25ee9431de5a7d75347bb70.tar.gz monzero-core-fc3768293ab0b981f25ee9431de5a7d75347bb70.tar.xz monzero-core-fc3768293ab0b981f25ee9431de5a7d75347bb70.zip | |
Merge pull request #4796
f92682ec build: ubuntu 16 ppc build fixes (Jethro Grassie)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fd5543f0..0c38c673a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ if(ARCH_ID STREQUAL "powerpc64" OR ARCH_ID STREQUAL "ppc64") set(PPC 0) endif() -if(ARCH_ID STREQUAL "powerpc") +if(ARCH_ID STREQUAL "powerpc" OR ARCH_ID STREQUAL "ppc") set(PPC64LE 0) set(PPC64 0) set(PPC 1) |
