diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-08-14 08:41:04 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-08-14 08:41:04 -0400 |
commit | b5df4a6891767e759340dec2e18b0b19cefc3afc (patch) | |
tree | e93ff917940d22b04b49db76319f575c001e61b7 /SConstruct | |
parent | e14c60ed24b0a4c82a72191ac104d2263db212ce (diff) | |
download | mongo-b5df4a6891767e759340dec2e18b0b19cefc3afc.tar.gz |
WT-2044: Fix Windows wtperf.exe build
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 49e4417133f..70ed6e0220b 100644 --- a/SConstruct +++ b/SConstruct @@ -454,6 +454,7 @@ t = env.Program("wtperf", [ "bench/wtperf/misc.c", "bench/wtperf/track.c", "bench/wtperf/wtperf.c", + "bench/wtperf/wtperf_truncate.c", ], LIBS=[wtlib, shim] + wtlibs) Default(t) |