summaryrefslogtreecommitdiff
path: root/src/mongo/installer/SConscript
blob: 841d4841626ed5bdc11bb1f00f8fd6f03513a2a8 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: python; -*-

Import("env")

env.SConscript(
    dirs=[
        'msi',
    ],
)