Merge pull request #8398 from mrjschulte/patch-2

fix iOS/tvOS build patch.
This commit is contained in:
Twinaphex 2019-03-03 04:57:58 +01:00 committed by GitHub
commit 9ac7059d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -771,6 +771,10 @@ frontend_ctx_driver_t frontend_ctx_darwin = {
NULL, /* watch_path_for_changes */
NULL, /* check_for_path_changes */
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",
};