summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-12-17 18:50:18 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-12-17 18:50:18 -0500
commit5a8c516e06febf0f4fb4dd5cb3f49646bf8e0a36 (patch)
tree02c741e21ab776019a43451914d9b4caa019d92d /SConstruct
parentea8bfd7efc8830895f8c318620b766f17dfb0938 (diff)
downloadmongo-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--SConstruct2
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