Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ec36f7d

Browse files
committed
Fix mac build failures due to unsupported sky_app template
1 parent 6bf652c commit ec36f7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sky/build/sky_app.gni

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ template("sky_app") {
126126
deps += invoker.deps
127127
}
128128
}
129-
} else {
129+
} else if (is_mac) {
130+
# sky_app template is currently unsupported on mac
131+
}else {
130132
group(target_name) {
131133
}
132134
}

0 commit comments

Comments
 (0)