提交 cf4c62ca 编写于 作者: A Adam Barth

Remove unneeded symbol from main_ios.mm

We don't appear to need this hack anymore.
上级 320d8e01
......@@ -7,16 +7,6 @@
#include "sky/shell/platform/mac/platform_mac.h"
extern "C" {
// TODO(csg): HACK! boringssl accesses this on Android using a weak symbol
// instead of a global. Till the patch for that lands and propagates to Sky, we
// specify the same here to get workable builds on iOS. This is a hack! Will
// go away.
unsigned long getauxval(unsigned long type) {
return 0;
}
}
int main(int argc, const char * argv[]) {
return PlatformMacMain(argc, argv, ^(){
return UIApplicationMain(argc, (char **)argv, nil,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册