Browse Source

devenv.sh: export CC, CXX, AR as full paths

they should be the native toolchain (not cross compile or so...)
master
heck 7 months ago
parent
commit
c2558c6611
  1. 4
      bash_profile.d/devenv.sh

4
bash_profile.d/devenv.sh

@ -74,5 +74,9 @@ function heck_dev_env {
heck_dev_prefix /Users/heck/local
}
# GNU MAKE Special var for implicit rules
export CC=/opt/local/bin/clang
export CXX=/opt/local/bin/clang++
export AR=/opt/local/bin/ar
heck_dev_env
Loading…
Cancel
Save