diff options
Diffstat (limited to '3rdparty/jsoncpp/SConstruct')
-rw-r--r-- | 3rdparty/jsoncpp/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/jsoncpp/SConstruct b/3rdparty/jsoncpp/SConstruct index 1c55bcd0986..f3a73f773bf 100644 --- a/3rdparty/jsoncpp/SConstruct +++ b/3rdparty/jsoncpp/SConstruct @@ -237,7 +237,7 @@ RunUnitTests = ActionFactory(runUnitTests_action, runUnitTests_string ) env.Alias( 'check' ) srcdist_cmd = env['SRCDIST_ADD']( source = """ - AUTHORS README.txt SConstruct + AUTHORS README.md SConstruct """.split() ) env.Alias( 'src-dist', srcdist_cmd ) |