8000
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 bf2cc02 commit 40ac819Copy full SHA for 40ac819
recipes/task/recipe.sh
@@ -15,10 +15,10 @@ _pyroot=$(dirname `dirname $HOSTPYTHON`)
15
function prebuild_task() {
16
# take the patch from the recipe
17
cd $_src
18
- patch -p1 < $ROOT_PATH/recipes/task/CMakeLists.txt.patch
19
- patch -p1 < $ROOT_PATH/recipes/task/Nibbler.h.patch
+ patch -p1 < $RECIPE_task/CMakeLists.txt.patch
+ patch -p1 < $RECIPE_task/Nibbler.h.patch
20
21
- cp $ROOT_PATH/recipes/task/glob.* $_src/src
+ cp $RECIPE_task/glob.* $_src/src
22
23
cd $_build
24
if [ ! -d android-cmake ]
0 commit comments