Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalabro committed Dec 11, 2024
1 parent 64ce625 commit f0c6e27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ pub fn build(b: *Build) !void {
});
}

/// The first time we run "zig build", we need to download a nnue file from the
/// internet. We search for the correct file to download in the macro
/// #define EvalFileDefaultName in evaluate.h.
/// The first time we run "zig build", we need to download the necessary nnue files
fn downloadNNUE(b: *Build, nnue_file: []const u8) !void {
_ = fs.cwd().statFile(nnue_file) catch |err| {
switch (err) {
Expand Down

0 comments on commit f0c6e27

Please sign in to comment.