diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-12-17 18:50:18 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-12-17 18:50:18 -0500 |
commit | 5a8c516e06febf0f4fb4dd5cb3f49646bf8e0a36 (patch) | |
tree | 02c741e21ab776019a43451914d9b4caa019d92d /SConstruct | |
parent | ea8bfd7efc8830895f8c318620b766f17dfb0938 (diff) | |
download | mongo-5a8c516e06febf0f4fb4dd5cb3f49646bf8e0a36.tar.gz |
Stop maintaining a separate Windows version of the file list, generate it
from the POSIX list (it shouldn't change that often).
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 4d1e9b5458e..b075afe696a 100644 --- a/SConstruct +++ b/SConstruct @@ -157,7 +157,7 @@ env.Substfile( # # WiredTiger library # -filelistfile = r'dist\filelist.win' +filelistfile = r'build_win\filelist.win' filelist = open(filelistfile) wtsources = [line.strip() for line in filelist |