mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
34 lines
705 B
Diff
34 lines
705 B
Diff
--- a/site_scons/mongo/generators.py
|
|
+++ b/site_scons/mongo/generators.py
|
|
@@ -34,30 +34,12 @@ def default_buildinfo_environment_data():
|
|
False,
|
|
),
|
|
(
|
|
- 'ccflags',
|
|
- '$CCFLAGS',
|
|
- True,
|
|
- False,
|
|
- ),
|
|
- (
|
|
'cxx',
|
|
'$CXX_VERSION',
|
|
True,
|
|
False,
|
|
),
|
|
(
|
|
- 'cxxflags',
|
|
- '$CXXFLAGS',
|
|
- True,
|
|
- False,
|
|
- ),
|
|
- (
|
|
- 'linkflags',
|
|
- '$LINKFLAGS',
|
|
- True,
|
|
- False,
|
|
- ),
|
|
- (
|
|
'target_arch',
|
|
'$TARGET_ARCH',
|
|
True,
|