Skip to content

Commit 2700390

Browse files
committed
Host (Sun): fix build
1 parent 5c01685 commit 2700390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/host/host_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const char* ffDetectHost(FFHostResult* host)
7272
ffCleanUpSmbiosValue(&host->family);
7373
}
7474

75-
#ifdef __x86_64__
75+
#if _WIN32 && __x86_64__
7676
ffHostDetectMac(host);
7777
#endif
7878

0 commit comments

Comments
 (0)