Skip to content

Commit 2eb98d6

Browse files
committed
temp fix for macOS build
1 parent 47e2470 commit 2eb98d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcc1/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5119,7 +5119,7 @@ else
51195119
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
51205120
# nm: unknown option "B" ignored
51215121
case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5122-
*$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5122+
$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
51235123
break
51245124
;;
51255125
*)

lto-plugin/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6469,7 +6469,7 @@ else
64696469
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
64706470
# nm: unknown option "B" ignored
64716471
case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
6472-
*$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
6472+
$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
64736473
break
64746474
;;
64756475
*)

0 commit comments

Comments
 (0)