Avoid problems when calling lxlite on absolute unix style filenames (starting /)
Rely on default compression options when calling lxlite. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -466,7 +466,7 @@ if [ $flag_USE_LXLITE -ne 0 ]; then
|
|||||||
if [ $EXPORT_BY_ORDINALS -ne 0 ]; then
|
if [ $EXPORT_BY_ORDINALS -ne 0 ]; then
|
||||||
add_flags="-ynd"
|
add_flags="-ynd"
|
||||||
fi
|
fi
|
||||||
doCommand "lxlite -cs -t: -mrn -mln $add_flags $dllFile"
|
doCommand "lxlite -cs -t: -mrn -mln $add_flags \"$dllFile\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#New version of emxomf do no longer want the "-l" flag
|
#New version of emxomf do no longer want the "-l" flag
|
||||||
|
Reference in New Issue
Block a user