Fixed #1698 (Add define support to GUI)
This commit is contained in:
parent
8d2e4bc553
commit
a8921afcd7
|
@ -621,6 +621,7 @@ void Preprocessor::preprocess(std::istream &srcCodeStream, std::string &processe
|
|||
processedFile = replaceIfDefined(processedFile);
|
||||
|
||||
// Get all possible configurations..
|
||||
if (!_settings || (_settings && _settings->userDefines.empty()))
|
||||
resultConfigurations = getcfgs(processedFile, filename);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue