Skip to content
Snippets Groups Projects
Commit 7c501db2 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

on iOS etc does not exist and svninfo resides in $ROOTSYS.

git-svn-id: http://root.cern.ch/svn/root/trunk@37322 27541ba8-7e3a-0410-8455-c3a389f83636
parent 42f02f12
No related branches found
No related tags found
No related merge requests found
......@@ -1580,6 +1580,10 @@ void TROOT::ReadSvnInfo()
etc += "\\etc";
#else
etc += "/etc";
#endif
#if defined(R__MACOSX) && (TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR)
// on iOS etc does not exist and svninfo resides in $ROOTSYS
etc = gRootDir;
#endif
filename = gSystem->ConcatFileName(etc, svninfo);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment