mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
pkg/apple-sdk add comment
This commit is contained in:
@ -7,6 +7,9 @@ pub fn build(b: *std.Build) !void {
|
||||
_ = optimize;
|
||||
}
|
||||
|
||||
/// Add the SDK framework, include, and library paths to the given module.
|
||||
/// The module target is used to determine the SDK to use so it must have
|
||||
/// a resolved target.
|
||||
pub fn addPaths(b: *std.Build, m: *std.Build.Module) !void {
|
||||
// The active SDK we want to use
|
||||
const sdk = try SDK.fromTarget(m.resolved_target.?.result);
|
||||
|
Reference in New Issue
Block a user