mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
remove noisy warning on windows
This commit is contained in:
parent
6427fd76b5
commit
bb378943cb
1 changed files with 1 additions and 1 deletions
|
|
@ -823,7 +823,7 @@ pub fn build(b: *std.Build) void {
|
|||
if (!is_native) {
|
||||
std.log.warn("Cross compilation does not support fuzzing (Only building repro executables)", .{});
|
||||
} else if (is_windows) {
|
||||
std.log.warn("Windows does not support fuzzing (Only building repro executables)", .{});
|
||||
// Windows does not support fuzzing - only build repro executables
|
||||
} else if (use_system_afl) {
|
||||
// If we have system afl, no need for llvm-config.
|
||||
build_afl = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue