summaryrefslogtreecommitdiff
path: root/docs/hacking/osx.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-13 18:41:16 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-13 18:41:16 +0200
commit9fd7129a2b616df701b13a6cf7df2f7d75011eff (patch)
treeb9e1936b25bf4477492940611833aecb0567d93e /docs/hacking/osx.rst
parent40d540552848e08832a3d5bd9656c4e2f7e0a06e (diff)
[pkg] simplify osx/linux target
Diffstat (limited to 'docs/hacking/osx.rst')
-rw-r--r--docs/hacking/osx.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/hacking/osx.rst b/docs/hacking/osx.rst
index 57f7321a..5b133f04 100644
--- a/docs/hacking/osx.rst
+++ b/docs/hacking/osx.rst
@@ -5,9 +5,7 @@ Setting up a development environment in OSX™
.. note: work in progress
-* Make sure you're using a new enough version of pip (1.8 or newest).
-This will make all the problems with ``cryptography`` going away, since it will
-install the statically built wheel.
+* Make sure you're using a new enough version of pip (1.8 or newest). This will make all the problems with ``cryptography`` going away, since it will install the statically built wheel.
* Use ``brew`` to install ``OpenSSL``.
@@ -21,11 +19,10 @@ workaround in an issue in qutebrowser's repo, works fine for me for now::
.. note: copy that into a makefile target
-* After those fixes, you should be able to build the bundle::
+After those fixes, you should be able to build the bundle::
- make bundle
+ make bundle_osx
-.. note: make a osx target!!!
Privileged helper
=================