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 499e824 commit 03a0683Copy full SHA for 03a0683
Makefile
@@ -467,7 +467,7 @@ pip: Python-macOS
467
$(HOST_PYTHON) -m ensurepip
468
469
# Create the directory that will contain installed packages
470
-dist/app_packages:
+dist/app_packages: pip
471
mkdir -p dist/app_packages
472
473
# Makefiles for individual binary packages that are supported.
patch/numpy/README.rst
@@ -3,7 +3,11 @@ Adding NumPy to your iOS project
3
4
1. Build NumPy. You can either build NumPy specficially::
5
6
- make <name of package>
+ make numpy
7
+
8
+ or build NumPy for a specific platform::
9
10
+ make numpy-iOS
11
12
or build all supported binary packages::
13
0 commit comments