From 6911b9198f82f571e864f6780d463a62f12197e5 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 28 May 2023 03:39:39 +1000 Subject: Set LinkSupportCircularDependencies for FreeBSD as well as NetBSD (#11271). --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 9a1f3140bfe..a98ea44e10b 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1238,7 +1238,7 @@ configuration { "linux-*" } end -configuration { "netbsd" } +configuration { "freebsd or netbsd" } flags { "LinkSupportCircularDependencies", } -- cgit v1.2.3