Skip to content

Commit

Permalink
Update docs/maintainer/knowledge_base.md
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
traversaro and jaimergp authored Oct 2, 2024
1 parent 799a46b commit e0b2383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintainer/knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ but merely to provide a starting point with some guidelines. Please look at [oth

#### Finding NumPy in cross-compiled Python packages using CMake

If you are building a Python extension via CMake with NumPy and you want it work in cross-compilation, you need to preprend to the CMake invocation in your build script the following lines:
If you are building a Python extension via CMake with NumPy and you want it work in cross-compilation, you need to prepend to the CMake invocation in your build script the following lines:

```sh
Python_INCLUDE_DIR="$(python -c 'import sysconfig; print(sysconfig.get_path("include"))')"
Expand Down

0 comments on commit e0b2383

Please sign in to comment.