mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
boost fix
This commit is contained in:
parent
222f0e20bc
commit
6eb3281c4c
@ -13,8 +13,8 @@ int main(int argc, char *argv[]) {
|
|||||||
desc.add_options()
|
desc.add_options()
|
||||||
("help,h", "produce help message")
|
("help,h", "produce help message")
|
||||||
("verbose,v", "verbose output")
|
("verbose,v", "verbose output")
|
||||||
("ini,i", bpo::value<std::string>()->required(), "morrowind.ini file")
|
("ini,i", bpo::value<std::string>(), "morrowind.ini file")
|
||||||
("cfg,c", bpo::value<std::string>()->required(), "openmw.cfg file")
|
("cfg,c", bpo::value<std::string>(), "openmw.cfg file")
|
||||||
("output,o", bpo::value<std::string>()->default_value(""), "openmw.cfg file")
|
("output,o", bpo::value<std::string>()->default_value(""), "openmw.cfg file")
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -71,5 +71,3 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user