mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
import os
|
|
|
|
# Causes SCons to set the C and C++ compilers via the CC and CXX shell environment variables
|
|
|
|
CC=os.environ['CC']
|
|
CXX=os.environ['CXX']
|