Ticket #57092: patch-wxgtk-3.0-build-shared-ld-sh-handle-libxx.diff

File patch-wxgtk-3.0-build-shared-ld-sh-handle-libxx.diff, 343 bytes (added by kencu (Ken), 6 years ago)
  • build/shared-ld-sh

    old new  
    4646        args="${args} $1"
    4747        ;;
    4848
     49       -stdlib*)
     50        # collect these options
     51        args="${args} $1"
     52        ;;
     53
    4954       -dynamiclib|-bundle)
    5055        linking_flag="$1"
    5156        ;;