-r generates an error on systems which do not support it

dev
Yann Collet 2016-09-13 17:50:08 +02:00
parent 30d305615a
commit c4cc9bf973
1 changed files with 2 additions and 0 deletions

View File

@ -334,8 +334,10 @@ int main(int argCount, char** argv)
/* destination file name */
case 'o': nextArgumentIsOutFileName=1; argument++; break;
#ifdef UTIL_HAS_CREATEFILELIST
/* recursive */
case 'r': recursive=1; argument++; break;
#endif
#ifndef ZSTD_NOBENCH
/* Benchmark */