blob: c5978e8617ee9535e677d7bdaa82178118062c6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"])
|