Ticket #21530: patch_bk_make_pch.diff
File patch_bk_make_pch.diff, 354 bytes (added by Veence (Vincent), 15 years ago) |
---|
-
bk-make-pch
old new 35 35 shift 36 36 done 37 37 38 # Remove -arch flags from compiler 39 compiler=`echo ${compiler} | sed -E 's/-arch [^ ]*//g'` 40 38 41 if test "x${headerfile}" = "x" ; then 39 42 echo "error: can't find header ${header} in include paths" >&2 40 43 else