diff options
| author | 2022-07-03 17:51:04 +0000 | |
|---|---|---|
| committer | 2022-07-04 03:51:04 +1000 | |
| commit | 174e6bdf44285ae023315a04727f5b1a74443121 (patch) | |
| tree | f8dbfda71505932041803821df317064e779ebaf /scripts | |
| parent | f4d1b69ac89782c1883069901e9d6a6ddcd386a6 (diff) | |
genie: Explicitly set LinkSupportCircularDependencies for NetBSD. (#10020)
Fixes GitHub #10011.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 22819137658..de231127d1a 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1264,6 +1264,10 @@ configuration { "linux-*" } end +configuration { "netbsd" } + flags { + "LinkSupportCircularDependencies", + } configuration { "osx*" } links { |
