diff options
-rw-r--r-- | Source/cmELF.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx index 2cf6b96..cdba467 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx @@ -20,6 +20,7 @@ #include <cmsys/auto_ptr.hxx> // Need the native byte order of the running CPU. +#define cmsys_CPU_UNKNOWN_OKAY // We can decide at runtime if not known. #include <cmsys/CPU.h> // Include the ELF format information system header. |