docs: improve macos_fsevents option description
This commit is contained in:
parent
6b0cbe7171
commit
d674f255e6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ pub fn build(b: *std.Build) void {
|
|||
break :blk b.option(
|
||||
bool,
|
||||
"macos_fsevents",
|
||||
"Add the FSEvents backend on macOS (requires Xcode frameworks)",
|
||||
"Enable the FSEvents backend for macOS (requires Xcode frameworks)",
|
||||
) orelse false;
|
||||
} else false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue