Fixes #70 by activating the proper environment on a macOS machine
This MR proposes the addition of activation/deactivate scripts to bob-devel to tackle the missing setup of variables required to compile packages on a mac machine.
These are the variables which are activate/deactivated:
-
MACOSX_DEPLOYMENT_TARGET
(set to 10.9 by default) -
CONDA_BUILD_SYSROOT
(which gets incorrectly set to the latest SDK path) -
SDK_ROOT
, to the same value ofCONDA_BUILD_SYSROOT
Merge request reports
Activity
added 5 commits
-
708d1f65...e16f1e8b - 4 commits from branch
master
- ae37e0e9 - [bob/beat-devel] Fixes #70 (moved) by activating the proper environment on a macOS machine
-
708d1f65...e16f1e8b - 4 commits from branch
Please register or sign in to reply