]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dllar.sh
Fix --enable-webview_xxx options names in configure.
[wxWidgets.git] / src / os2 / dllar.sh
old mode 100644 (file)
new mode 100755 (executable)
index 652c940..2dd495b
@@ -466,7 +466,7 @@ if [ $flag_USE_LXLITE -ne 0 ]; then
     if [ $EXPORT_BY_ORDINALS -ne 0 ]; then
         add_flags="-ynd"
     fi
-    doCommand "lxlite -cs -t: -mrn -mln $add_flags $dllFile"
+    doCommand "lxlite -cs -t: $add_flags `echo $dllFile | sed 's/\//\\\\/g'`"
 fi
 
 #New version of emxomf do no longer want the "-l" flag