We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f461a1 commit 64d8a20Copy full SHA for 64d8a20
recipes/leveldb/recipe.sh
@@ -29,7 +29,7 @@ function build_leveldb() {
29
# Make sure leveldb is compiled for Android and does not include versioned numbers
30
export TARGET_OS=OS_ANDROID_CROSSCOMPILE
31
#FIXME: Not idempotent
32
- sed -i "127i\ \ \ \ \ \ \ \ PLATFORM_SHARED_VERSIONED=" build_detect_platform
+ try sed -i "127i\ \ \ \ \ \ \ \ PLATFORM_SHARED_VERSIONED=" build_detect_platform
33
34
# Build
35
try make
0 commit comments