hexo/node_modules/cpu-features/buildcheck.gypi

18 lines
330 B
Plaintext
Raw Normal View History

2023-09-30 15:31:08 +08:00
{
"conditions": [
[
"OS!=\"win\" and target_arch not in \"ia32 x32 x64\"",
{
"defines": [
"HAVE_DLFCN_H=1"
],
"libraries": [],
"sources": [
"deps/cpu_features/include/internal/hwcaps.h",
"deps/cpu_features/src/hwcaps.c"
]
}
]
]
}