diff options
author | Mohammad Dashti <mdashti@gmail.com> | 2021-12-01 18:53:05 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-12-01 19:32:44 +0000 |
commit | 44eaf87f83dddbbd2b082f651cbb324229c7a8d0 (patch) | |
tree | a486acc94d99093891f2c09e6e0888cd736c2bf9 /SConstruct | |
parent | a309ad8c22b521c985912748e3c942f3207e75a3 (diff) | |
download | mongo-44eaf87f83dddbbd2b082f651cbb324229c7a8d0.tar.gz |
SERVER-61008 Rename `mozjs-60` directory to `mozjs`
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 63f2a1c6db7..425d1a79938 100644 --- a/SConstruct +++ b/SConstruct @@ -2178,7 +2178,7 @@ elif env.TargetOSIs('windows'): "/wd4251", ]) - # mozjs-60 requires the following + # mozjs requires the following # 'declaration' : no matching operator delete found; memory will not be freed if # initialization throws an exception env.Append( CCFLAGS=["/wd4291"] ) |