mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-24 13:04:04 +00:00
mymake error: == not =
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user