You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to/advanced/cross-compilation.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,17 +249,20 @@ but merely to provide a starting point with some guidelines. Please look at [oth
249
249
250
250
## Finding NumPy in cross-compiled Python packages using CMake
251
251
252
-
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:
252
+
If you are building a Python extension via CMake with NumPy and you want it to work in
253
+
cross-compilation, you need to prepend to the CMake invocation in your build script the following
0 commit comments