We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52bbb9 commit 5da26c1Copy full SHA for 5da26c1
setup/logic.cpp
@@ -57,7 +57,7 @@ void setup_conditionally (const char * package)
57
58
// When the package folder is the same as the document root folder,
59
// it may mean that another program installs the data for us.
60
- // This is the case on Android.
+ // This is the case on Android and on iOS.
61
// In that case, wait till the most important data has been installed.
62
if (p == config_globals_document_root) setup_wait_till_main_folders_present ();
63
0 commit comments