Mercurial > trustbridge
changeset 77:056ddb71a310
Fix Brace escaping in sed command
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 16:33:46 +0000 |
parents | 63b79d135631 |
children | 2f5db8c70bc2 |
files | build.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.sh Wed Mar 19 16:33:25 2014 +0000 +++ b/build.sh Wed Mar 19 16:33:46 2014 +0000 @@ -25,7 +25,7 @@ cd .. # Note: qt5 plugins have .lib suffix -# find ~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | xargs sed -i 's/\/([a-z]*)\.lib/\/lib\1\.a/g' +# find ~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g' # Also they need to have a lib prefixed... # Then there is a bogous call _qt5gui_find_extra_libs(OPENGL "glu32;opengl32;gdi32;user32" "" "") # where the first "" has to be replaced by your windows prefix. e.g.