mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Fixed a #define directive.
This commit is contained in:
parent
adad3a3513
commit
247a0937a0
@ -1205,7 +1205,7 @@ std::string show_wesnothd_server_search(display& disp)
|
||||
#ifndef _WIN32
|
||||
|
||||
#ifndef WESNOTH_PREFIX
|
||||
#define WESNOTH_PREFIX = "/usr"
|
||||
#define WESNOTH_PREFIX "/usr"
|
||||
#endif
|
||||
const std::string filename = "wesnothd";
|
||||
std::string path = WESNOTH_PREFIX + std::string("/bin");
|
||||
|
Loading…
x
Reference in New Issue
Block a user