summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-05-28 03:39:39 +1000
committer Vas Crabb <vas@vastheman.com>2023-05-28 03:39:39 +1000
commit6911b9198f82f571e864f6780d463a62f12197e5 (patch)
tree74151488109d44ea435d6f62285b4884e54b36e6 /scripts
parent2bf362c4aa2c4994b6724df590840553b47bc855 (diff)
Set LinkSupportCircularDependencies for FreeBSD as well as NetBSD (#11271).
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
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",
}