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 a937021 commit 8ce5144Copy full SHA for 8ce5144
recipe/build.sh
@@ -20,5 +20,5 @@ if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
20
fi
21
22
# Copy janssonConfig.cmake into the package
23
-mkdir ${PREFIX}/lib/cmake/jansson
+mkdir -p ${PREFIX}/lib/cmake/jansson
24
cp "${RECIPE_DIR}/janssonConfig.cmake" "${PREFIX}/lib/cmake/jansson/janssonConfig.cmake"
0 commit comments