summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/toolchain.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-03-31 15:39:01 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-03-31 15:39:01 +1100
commitecb139609f8b12908689a26ee09c487e56ec8db6 (patch)
tree43bfeb9c10d8ab1aeedf970250b9c70e189887c6 /docs/release/scripts/toolchain.lua
parent1c183ec371053a3c2e9d74420cb08ffe4332cf18 (diff)
0.230 Release filestag230
Diffstat (limited to 'docs/release/scripts/toolchain.lua')
-rw-r--r--docs/release/scripts/toolchain.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release/scripts/toolchain.lua b/docs/release/scripts/toolchain.lua
index e5208f7e682..b5c5e569c95 100644
--- a/docs/release/scripts/toolchain.lua
+++ b/docs/release/scripts/toolchain.lua
@@ -488,6 +488,9 @@ function toolchain(_buildDir, _subDir)
if (_OPTIONS["LD"] ~= nil) then
premake.gcc.ld = _OPTIONS["LD"]
end
+ if (_OPTIONS["AR"] ~= nil) then
+ premake.gcc.ar = _OPTIONS["AR"]
+ end
configuration {} -- reset configuration