mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Fix Arcadia
This commit is contained in:
parent
7664a3d53e
commit
5f65d46929
@ -23,8 +23,9 @@
|
||||
#include <common/phdr_cache.h>
|
||||
#include <ext/scope_guard.h>
|
||||
|
||||
#if defined(__x86_64__)
|
||||
#include <memcpy.h>
|
||||
/// Custom memcpy - only for x86_64 and not for Arcadia.
|
||||
#if defined(__x86_64__) && !defined(ARCADIA_BUILD)
|
||||
#include <memcpy.h> // Y_IGNORE
|
||||
#else
|
||||
void init_memcpy() {}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user