Skip to content

Commit

Permalink
fix: linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzbk committed May 24, 2024
1 parent 245e2a9 commit 46ffbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/util/HardwareInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void HardwareInfo::InitCpuModel()
}
#endif

#ifdef __unix__
#if defined(__unix__) && !defined(__linux__)
void HardwareInfo::InitCpuModel()
{
char cpuModel[256];
Expand Down

0 comments on commit 46ffbcc

Please sign in to comment.