Fix syntax mixup

This commit is contained in:
Martin Kroeker 2020-11-22 17:41:44 +01:00 committed by GitHub
parent 60e1fddca7
commit 0256294921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -849,8 +849,8 @@ Lmcount$lazy_ptr:
#else #else
#define BUFFER_SIZE ( 16 << 20) #define BUFFER_SIZE ( 16 << 20)
#endif #endif
#ifeq ($(DYNAMIC_ARCH), 1) #ifdef DYNAMIC_ARCH
#undefine BUFFER_SIZE #undef BUFFER_SIZE
#define BUFFER_SIZE (64 << 22) #define BUFFER_SIZE (64 << 22)
#endif #endif