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 46 46 args="${args} $1" 47 47 ;; 48 48 49 -stdlib*) 50 # collect these options 51 args="${args} $1" 52 ;; 53 49 54 -dynamiclib|-bundle) 50 55 linking_flag="$1" 51 56 ;;