mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Android build: use better sed syntax
There is no reason to use '!' as separator and in some shell environments this can cause problems. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8e299727df
commit
320ff2eba3
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Reference in a new issue