blob: 359989fe35334b29378d7a98619df0a4737d534f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Source: written by Gluzskiy Alexandr <sss@sss.chaoslab.ru>
Reason: required to support dynamic ranlib name
Upstream: not submited, fill free to do it
diff --git a/BuildTools/SCons/SConscript.boot b/BuildTools/SCons/SConscript.boot
index 3b21dde88..a226432e4 100644
--- a/BuildTools/SCons/SConscript.boot
+++ b/BuildTools/SCons/SConscript.boot
@@ -158,6 +158,7 @@ env["PLATFORM_FLAGS"] = {
"LIBS": [],
"FRAMEWORKS": [],
}
+env["RANLIB"] = "ranlib"
# Default custom tools
env.Tool("Test", toolpath = ["#/BuildTools/SCons/Tools"])
|