Skip to content
Snippets Groups Projects
Commit 3f6ed1e4 authored by B13nch3n's avatar B13nch3n
Browse files

SCHWED-3977: Env.var for building on macOS made futureproof.

parent 428c1fdd
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ line. If omitted, the linker will throw a bunch of warnings later:
.. code-block:: bash
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
Homebrew installs all the software under /usr/local. Thus we have to tell cmake
where to find Boost and Python. Also the Python headers and libraries are not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment