glfw: expose system SDK build options
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7d3ea16de6
commit
e0cf70f045
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ pub const Options = struct {
|
|||
|
||||
/// Only respected on Linux.
|
||||
linux_window_manager: LinuxWindowManager = .X11,
|
||||
|
||||
/// System SDK options.
|
||||
system_sdk: system_sdk.Options = .{},
|
||||
};
|
||||
|
||||
pub fn link(b: *Builder, step: *std.build.LibExeObjStep, options: Options) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue