Add support of more complex logic of attribute <depends>
This commit is contained in:
@@ -168,7 +168,7 @@ private:
|
||||
|
||||
struct RequireData
|
||||
{
|
||||
RequireData( int line, std::string const & depends_ );
|
||||
RequireData( int line, std::vector<std::string> const & depends_ );
|
||||
|
||||
std::vector<std::string> depends;
|
||||
std::vector<std::string> commands;
|
||||
|
||||
Reference in New Issue
Block a user