diff options
Diffstat (limited to 'www/iridium/files/patch-build_nocompile.gni')
-rw-r--r-- | www/iridium/files/patch-build_nocompile.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-build_nocompile.gni b/www/iridium/files/patch-build_nocompile.gni new file mode 100644 index 000000000000..b9b57ea8d5d1 --- /dev/null +++ b/www/iridium/files/patch-build_nocompile.gni @@ -0,0 +1,11 @@ +--- build/nocompile.gni.orig 2025-02-22 18:06:53 UTC ++++ build/nocompile.gni +@@ -55,7 +55,7 @@ if (is_win) { + } + + declare_args() { +- enable_nocompile_tests = is_clang && !is_nacl ++ enable_nocompile_tests = is_clang && !is_nacl && !is_bsd + } + + if (enable_nocompile_tests) { |