diff options
author | Daniel Neus <[email protected]> | 2017-03-15 21:42:54 +0100 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2017-03-15 21:42:54 +0100 |
commit | e0088980e29333e48771d5d4cd1df75c54b7d7ce (patch) | |
tree | dd5de6dbad3bd4afa0a12dbe557a724579d201fa /src/lib/math | |
parent | 6bfc86924d6d20f8cdeb832f40be224a03d00858 (diff) |
BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_IS
Diffstat (limited to 'src/lib/math')
-rw-r--r-- | src/lib/math/mp/mp_madd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/mp/mp_madd.h b/src/lib/math/mp/mp_madd.h index 2fa1d88ce..e72c16ecb 100644 --- a/src/lib/math/mp/mp_madd.h +++ b/src/lib/math/mp/mp_madd.h @@ -40,7 +40,7 @@ namespace Botan { #if defined(BOTAN_USE_GCC_INLINE_ASM) #define BOTAN_MP_USE_X86_32_ASM #define ASM(x) x "\n\t" - #elif defined(BOTAN_TARGET_COMPILER_IS_MSVC) + #elif defined(BOTAN_BUILD_COMPILER_IS_MSVC) #define BOTAN_MP_USE_X86_32_MSVC_ASM #endif |