Skip to content
Snippets Groups Projects
Commit f56995e3 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: fix the order of gcc from key4hep stack.

parent ab86402e
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,9 @@ function error:() { ...@@ -21,6 +21,9 @@ function error:() {
function check-cepcsw-envvar() { function check-cepcsw-envvar() {
source /cvmfs/sw.hsf.org/key4hep/setup.sh source /cvmfs/sw.hsf.org/key4hep/setup.sh
# fix the order of compiler
local ccdir=$(dirname $CC)
export PATH=$ccdir:$PATH
} }
function build-dir() { function build-dir() {
......
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