mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
android-build: Use sed -i instead of home rolled variant
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
fa95a7c56a
commit
d12e842c68
1 changed files with 1 additions and 2 deletions
|
@ -182,8 +182,7 @@ $QMAKE ../googlemaps.pro
|
|||
# on Travis the compiler doesn't support c++1z, yet qmake adds that flag;
|
||||
# since things compile fine with c++11, let's just hack that away
|
||||
# similarly, don't use -Wdata-time
|
||||
mv Makefile Makefile.bak
|
||||
cat Makefile.bak | sed -e 's/std=c++1z/std=c++11/g ; s/-Wdate-time//' > Makefile
|
||||
sed -i.bak -e 's/std=c++1z/std=c++11/g ; s/-Wdate-time//' Makefile
|
||||
make -j4
|
||||
QT_PLUGINS_PATH=`$QMAKE -query QT_INSTALL_PLUGINS`
|
||||
GOOGLEMAPS_BIN=libqtgeoservices_googlemaps.so
|
||||
|
|
Loading…
Add table
Reference in a new issue