Skip to content

Commit

Permalink
Host (Sun): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Dec 9, 2024
1 parent 5c01685 commit 2700390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detection/host/host_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const char* ffDetectHost(FFHostResult* host)
ffCleanUpSmbiosValue(&host->family);
}

#ifdef __x86_64__
#if _WIN32 && __x86_64__
ffHostDetectMac(host);
#endif

Expand Down

0 comments on commit 2700390

Please sign in to comment.