mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
exclude some code similar to android
This commit is contained in:
@ -170,7 +170,7 @@ int main(int argc, char * argv[])
|
||||
setenv("LANG", "C", 1);
|
||||
#endif
|
||||
|
||||
#ifndef VCMI_ANDROID
|
||||
#if !defined(VCMI_ANDROID) && !defined(VCMI_IOS)
|
||||
// Correct working dir executable folder (not bundle folder) so we can use executable relative paths
|
||||
boost::filesystem::current_path(boost::filesystem::system_complete(argv[0]).parent_path());
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user