Ticket #21530: patch_bk_make_pch.diff

File patch_bk_make_pch.diff, 354 bytes (added by Veence (Vincent), 15 years ago)

Patch #1 for wxwidgets-devel

  • bk-make-pch

    old new  
    3535    shift
    3636done
    3737
     38# Remove -arch flags from compiler
     39compiler=`echo ${compiler} | sed -E 's/-arch [^ ]*//g'`
     40
    3841if test "x${headerfile}" = "x" ; then
    3942    echo "error: can't find header ${header} in include paths" >&2
    4043else