mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-06 13:36:31 +03:00
Fix Windows build.
Disabled dynamic syntax until it works properly.
This commit is contained in:
@@ -171,7 +171,7 @@ void StatusBuildOutputController::runBuild( const std::string& buildName,
|
||||
auto configs = { outputParser.getPresetConfig(), outputParser.getConfig() };
|
||||
for ( const auto& config : configs ) {
|
||||
for ( const auto& parser : config ) {
|
||||
mPatternHolder.push_back( { LuaPattern( parser.pattern ), parser } );
|
||||
mPatternHolder.push_back( { LuaPatternStorage( parser.pattern ), parser } );
|
||||
|
||||
SyntaxPattern ptn( { parser.pattern },
|
||||
getProjectOutputParserTypeToString( parser.type ) );
|
||||
|
||||
Reference in New Issue
Block a user