(iOS) Build fix

This commit is contained in:
Twinaphex 2014-10-07 04:46:14 +02:00
parent 3512919f9a
commit 3280c0b2c9

View File

@ -123,6 +123,7 @@ static void frontend_apple_get_environment_settings(int *argc, char *argv[],
if (!bundle)
return;
bundle_url = CFBundleCopyBundleURL(bundle);
CFStringRef bundle_path = CFURLCopyPath(bundle_url);
#ifdef IOS
#if 0