未验证 提交 2d1ceaa6 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #18536 from taosdata/fix/cpuid

fix: cpuid.h error in mac for M1 cpu type
......@@ -43,12 +43,12 @@ extern "C" {
#include <sys/utsname.h>
#include <sys/wait.h>
#include <termios.h>
#include <cpuid.h>
#if defined(DARWIN)
#else
#include <argp.h>
#include <sys/prctl.h>
#include <cpuid.h>
#endif
#else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册