BUG=

Review URL: https://codereview.chromium.org/19845003

git-svn-id: http://skia.googlecode.com/svn/trunk@10207 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
sglez@google.com 2013-07-19 20:21:05 +00:00
parent 138ebc3e40
commit 5f3f681db5

View File

@ -380,7 +380,10 @@ int tool_main(int argc, char** argv) {
return 0;
}
#if !defined(SK_BUILD_FOR_IOS) && !defined(SK_BUILD_FOR_NACL)
int main(int argc, char** argv) {
return tool_main(argc, argv);
}
#endif