Merge pull request #8398 from mrjschulte/patch-2
fix iOS/tvOS build patch.
This commit is contained in:
commit
9ac7059d05
|
@ -771,6 +771,10 @@ frontend_ctx_driver_t frontend_ctx_darwin = {
|
||||||
NULL, /* watch_path_for_changes */
|
NULL, /* watch_path_for_changes */
|
||||||
NULL, /* check_for_path_changes */
|
NULL, /* check_for_path_changes */
|
||||||
NULL, /* set_sustained_performance_mode */
|
NULL, /* set_sustained_performance_mode */
|
||||||
frontend_darwin_get_cpu_model_name,
|
#if (defined(OSX) && !(defined(__ppc__) || defined(__ppc64__)))
|
||||||
|
frontend_darwin_get_cpu_model_name,
|
||||||
|
#else
|
||||||
|
NULL,
|
||||||
|
#endif
|
||||||
"darwin",
|
"darwin",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue