ports/www/iridium/files/patch-build_nocompile.gni
2025-02-23 07:58:58 +01:00

11 lines
277 B
Text

--- 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) {