mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
import os
|
|
|
|
# Causes SCons to import the parent environment into subordinate process execution. This
|
|
# can lead to non-reproducible builds... use with caution.
|
|
|
|
ENV=os.environ
|