Skip to content

Commit b28e1b2

Browse files
authored
Update minimum macOS version to resolve build issue (#399)
1 parent e29774f commit b28e1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn main() {
3232

3333
if target.contains("darwin") {
3434
cc::Build::new()
35-
.flag("-mmacosx-version-min=10.10")
35+
.flag("-mmacosx-version-min=10.11")
3636
.file("src/native/macosx/MacMiniFB.m")
3737
.file("src/native/macosx/OSXWindow.m")
3838
.file("src/native/macosx/OSXWindowFrameView.m")

0 commit comments

Comments
 (0)