提交 8bc5a878 编写于 作者: C Chinmay Garde

Explicitly depend on snapshot_cc on iOS simulator variants

上级 c3a587b5
......@@ -43,10 +43,11 @@ source_set("bindings") {
":generated_bindings",
]
# On iOS, precompiled snapshots contain the instruction buffer. Generation
# of the same requires all application specific script code to be specified
# up front. In such cases, there can be no updater or generic snapshotter
if (!is_ios) {
# On iOS (device), precompiled snapshots contain the instruction buffer.
# Generation of the same requires all application specific script code to be
# specified up front. In such cases, there can be no updater or generic
# snapshotter.
if (!is_ios || use_ios_simulator) {
deps += [
":snapshot_cc",
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册