X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f2b2fb81197d15c6f99753ef9d47173bbdefc8a..3e172c2019dcec3e589c58c3c0290f9641400bae:/src/os2/dllar.sh diff --git a/src/os2/dllar.sh b/src/os2/dllar.sh index 99463171d9..66e1e8096e 100644 --- a/src/os2/dllar.sh +++ b/src/os2/dllar.sh @@ -405,7 +405,7 @@ for file in $inputFiles ; do *!) ;; *) - doCommand "emxexp -u $file >> $tmpdefFile" + doCommand "emxexp -u $file | grep -v weak$ >> $tmpdefFile || true" ;; esac done