mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
mymake error: == not =
This commit is contained in:
parent
549e57b3d1
commit
f366e4fbad
@ -236,7 +236,7 @@ int main(int argc, char **argv) {
|
|||||||
else obj_dir += c;
|
else obj_dir += c;
|
||||||
linker += " " + s;
|
linker += " " + s;
|
||||||
}
|
}
|
||||||
else if(s = "-o") {
|
else if(s == "-o") {
|
||||||
exec_name = argv[i+1];
|
exec_name = argv[i+1];
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user