Commit 7c095c0
authored
fix(build): use default AR args for the Lua package on macOS (#14648)
Lua has a default `AR= ar rcu` in its makefile, overriding it with
`AR=/usr/bin/ar` will cause the build fail on macOS due to missing
required arguments
The `/usr/bin` is in the `PATH` by default on macOS, so it's okay
to remove this override to fix the issue
JIRA: KM-13621 parent df4523f commit 7c095c0
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 14 | | |
22 | 15 | | |
23 | 16 | | |
| |||
0 commit comments