Cross compiling is hell.

This commit is contained in:
Thulinma 2017-03-13 14:18:45 +01:00
parent b053947bfa
commit 4fc60b06aa
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
int main(int argc, char* argv[]){
if (argc < 4) {
std::cerr << "Usage: " << argv[0] << " <inputFile> <variableName> <outputFile>" << std::endl;
return 2;
return 42;
}
std::ofstream tmp(argv[3]);
//begin the first line