12 lines
414 B
Diff
12 lines
414 B
Diff
--- smpeg/acinclude/libtool.m4~ 2021-08-08 11:05:04.022380400 -0700
|
|
+++ smpeg/acinclude/libtool.m4 2021-08-08 14:24:36.675795800 -0700
|
|
@@ -6419,7 +6419,7 @@
|
|
for p in `eval "$output_verbose_link_cmd"`; do
|
|
case $p in
|
|
|
|
- -L* | -R* | -l*)
|
|
+ -L* | -R* | -l* | */libclang_rt.*.a)
|
|
# Some compilers place space between "-{L,R}" and the path.
|
|
# Remove the space.
|
|
if test $p = "-L" ||
|