mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +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;
|
||||
linker += " " + s;
|
||||
}
|
||||
else if(s = "-o") {
|
||||
else if(s == "-o") {
|
||||
exec_name = argv[i+1];
|
||||
i++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user