X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cffa15b8e38c03e36075a0e727d7fe6a136261b..5875d39c9ba19f518e691792524f2fd03261c825:/src/os2/dllar.sh diff --git a/src/os2/dllar.sh b/src/os2/dllar.sh index 32352cebbd..652c940fd1 100644 --- a/src/os2/dllar.sh +++ b/src/os2/dllar.sh @@ -407,7 +407,7 @@ for file in $inputFiles ; do *) # we do not want to export weak symbols in general, so we filter # those out using grep. - doCommand "emxexp -u $file | grep -v weak$ >> $tmpdefFile || true" + doCommand "emxexp -u $file >> $tmpdefFile || true" ;; esac done