X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cdb5f82c6a95cf300a1332c5096ca1ab01eee30..b41f29c357205531670a156b67247b9345688150:/docs/mac/M5build.applescript diff --git a/docs/mac/M5build.applescript b/docs/mac/M5build.applescript index 8b951bc547..0bd0592106 100644 --- a/docs/mac/M5build.applescript +++ b/docs/mac/M5build.applescript @@ -156,7 +156,7 @@ on BuildProjects(inLogFileRef, inFolder, inTarget, inRebuild) write gSeparator to inLogFileRef end if - tell application "Finder" to set theSubFolders to every folder of inFolder + tell application "Finder" to set theSubFolders to every folder of inFolder whose name does not end with " Data" repeat with theFolder in theSubFolders BuildProjects(inLogFileRef, theFolder, inTarget, inRebuild) end repeat