Skip to content

Commit 8f19c26

Browse files
committed
add 'try' before sed command
1 parent c1c2931 commit 8f19c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/boost/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function prebuild_boost() {
3131

3232
# Create Android case for library linking when building Boost.Python
3333
#FIXME: Not idempotent
34-
sed -i "622i\ \ \ \ \ \ \ \ case * : return ;" tools/build/src/tools/python.jam
34+
try sed -i "622i\ \ \ \ \ \ \ \ case * : return ;" tools/build/src/tools/python.jam
3535
}
3636

3737
function build_boost() {

0 commit comments

Comments
 (0)