File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ ifndef INCLUDE_FOR_CLI
171171endif
172172
173173ifndef INCLUDE_FOR_TEST
174- INCLUDE_FOR_TEST =-Ilib -Icli -isystem externals/simplecpp -isystem externals/tinyxml2
174+ INCLUDE_FOR_TEST =-Ilib -Ifrontend - Icli -isystem externals/simplecpp -isystem externals/tinyxml2
175175endif
176176
177177BIN =$(DESTDIR )$(PREFIX ) /bin
Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ int main(int argc, char **argv)
754754 makeConditionalVariable (fout, " INCLUDE_FOR_LIB" , " -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2" );
755755 makeConditionalVariable (fout, " INCLUDE_FOR_FE" , " -Ilib" );
756756 makeConditionalVariable (fout, " INCLUDE_FOR_CLI" , " -Ilib -Ifrontend -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2" );
757- makeConditionalVariable (fout, " INCLUDE_FOR_TEST" , " -Ilib -Icli -isystem externals/simplecpp -isystem externals/tinyxml2" );
757+ makeConditionalVariable (fout, " INCLUDE_FOR_TEST" , " -Ilib -Ifrontend - Icli -isystem externals/simplecpp -isystem externals/tinyxml2" );
758758
759759 fout << " BIN=$(DESTDIR)$(PREFIX)/bin\n\n " ;
760760 fout << " # For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux\n " ;
You can’t perform that action at this time.
0 commit comments