X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cffa15b8e38c03e36075a0e727d7fe6a136261b..4cbcfb73a037462ccf4d54b3e50c58e37cc61aa9:/src/os2/dllar.sh?ds=sidebyside 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