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

Commit f63c11c

Browse files
committed
Merge pull request #331 from chinmaygarde/master
Provide empty group in sky_app template when no Info.plist is specified
2 parents 88afbed + 6728df6 commit f63c11c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sky/build/sky_app.gni

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ template("sky_app") {
126126
deps += invoker.deps
127127
}
128128
}
129-
} else {
129+
} else if(is_ios) {
130+
# No Info.plist specified. But we still need an empty target
130131
group(target_name) {
131132
}
132133
}

0 commit comments

Comments
 (0)