Ignore:
Timestamp:
01/03/17 14:32:27 (6 years ago)
Author:
obi
Message:

fix secret feed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/extensions.h

    r36322 r39636  
    8181                tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-sh4-secret", 1, 0); 
    8282#else
    83                 tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-mipsel-secret", 1, 0);
     83#ifdef ARM
     84                tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-arm-secret", 1, 0); 
     85#else
     86                tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-mipsel-secret", 1, 0);       
     87#endif
    8488#endif
    8589                writesys(getconfig("feed", NULL), tmpstr, 0);
Note: See TracChangeset for help on using the changeset viewer.