8000 Don't fail so hard the second time you compile. · bigsharp/python-for-android@488ea4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 488ea4b

Browse files
committed
Don't fail so hard the second time you compile.
1 parent 5fa6124 commit 488ea4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

recipes/c_igraph/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RECIPE_igraph=$RECIPES_PATH/igraph
1818

1919

2020
function prebuild_igraph() {
21-
try patch $BUILD_igraph/setup.py $RECIPE_igraph/setup.py.patch
22-
try patch $BUILD_igraph/setup.cfg $RECIPE_igraph/setup.cfg.patch
21+
patch -Nr - $BUILD_igraph/setup.py $RECIPE_igraph/setup.py.patch
22+
patch -Nr - $BUILD_igraph/setup.cfg $RECIPE_igraph/setup.cfg.patch
2323
}
2424

2525
function shouldbuild_igraph() {

0 commit comments

Comments
 (0)
0