mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 01:12:12 +00:00
Add ARCADIA_BUILD check
This commit is contained in:
parent
e75bb335e3
commit
b7caa154e2
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if __has_include("config_core.h")
|
||||
#if !defined(ARCADIA_BUILD) && __has_include("config_core.h")
|
||||
#include "config_core.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user