Skip to content
Snippets Groups Projects
Commit 4d7836e0 authored by Marco Biasini's avatar Marco Biasini
Browse files

revert part of a1ab34b0

The fix was obsoleted by 42238717
parent ca1b73af
Branches
Tags
No related merge requests found
......@@ -35,11 +35,7 @@ String GetPrefixPath()
String GetSharedDataPath()
{
#if BOOST_FILESYSTEM_VERSION==3 || BOOST_VERSION<103400
return (path(GetPrefixPath()) / "share" / "openstructure").native();
#else
return (path(GetPrefixPath()) / "share" / "openstructure").native_file_string();
#endif
return (path(GetPrefixPath()) / "share" / "openstructure").string();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment