mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.DDUMPs
This commit is contained in:
parent
bf14d24894
commit
d30311bbd1
1 changed files with 0 additions and 2 deletions
|
|
@ -57,9 +57,7 @@ String SourcePath(const String& package, const String& file) {
|
|||
|
||||
bool IsExternalPackage(const String& folder)
|
||||
{
|
||||
DDUMP(folder);
|
||||
String source_masks = GetVar("SOURCE_MASKS");
|
||||
DDUMP(source_masks);
|
||||
for(FindFile ff(folder + "/*.*"); ff; ff.Next())
|
||||
if(ff.IsFile() && PatternMatchMulti(source_masks, ff.GetName()))
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue