diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/android/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 61cea7af9..f9dae9b48 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -323,7 +323,7 @@ cmake $MOBILE_CMAKE \ # sometimes cmake tries to link both against the static and shared # libcrypto - that's not helpful -sed -i "s!-lcrypto!!g" CMakeFiles/subsurface-mobile.dir/link.txt +sed -i -e "s/-lcrypto//g" CMakeFiles/subsurface-mobile.dir/link.txt # now build Subsurface and use the rest of the command line arguments make $@ |