glfw: expose system SDK build options

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-30 21:47:48 -07:00
parent 7d3ea16de6
commit e0cf70f045

View file

@ -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 {