Put expand_path back in when INSTALL is defined

This commit is contained in:
Howard Hinnant
2017-07-05 10:30:23 -04:00
parent 16dd16e64e
commit 0c8b1f5967

4
tz.cpp
View File

@@ -201,8 +201,6 @@ get_download_folder()
# else // !_WIN32
# ifndef INSTALL
static
std::string
expand_path(std::string path)
@@ -219,8 +217,6 @@ expand_path(std::string path)
# endif // !TARGET_OS_IPHONE
}
# endif // !INSTALL
static
std::string
get_download_folder()