Skip to content

Commit 5da26c1

Browse files
committed
Update logic.cpp
1 parent b52bbb9 commit 5da26c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/logic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void setup_conditionally (const char * package)
5757

5858
// When the package folder is the same as the document root folder,
5959
// it may mean that another program installs the data for us.
60-
// This is the case on Android.
60+
// This is the case on Android and on iOS.
6161
// In that case, wait till the most important data has been installed.
6262
if (p == config_globals_document_root) setup_wait_till_main_folders_present ();
6363

0 commit comments

Comments
 (0)