Skip to content

Commit 1884b9a

Browse files
committed
Add missing sub-heading for other examples
Signed-off-by: Michał Górny <[email protected]>
1 parent 8ddf602 commit 1884b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/how-to/advanced/cross-compilation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ if [[ "$CONDA_BUILD_CROSS_COMPILATION" == "1" && "${mpi}" == "openmpi" ]]; then
242242
fi
243243
```
244244

245+
### Other examples
246+
245247
There are more variations of this approach in the wild. So this is not meant to be exhaustive,
246248
but merely to provide a starting point with some guidelines. Please look at [other recipes for more examples](https://github.com/search?q=org%3Aconda-forge+path%3Arecipe%2Fmeta.yaml+%22%5Bbuild_platform+%21%3D+target_platform%5D%22&type=code).
247249

0 commit comments

Comments
 (0)