Skip to content
Snippets Groups Projects
Commit d7ed7921 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-ATEAM-689' into 'master'

AthenaCommon: Bugfix athena preload logic

Closes ATEAM-689

See merge request atlas/athena!39365
parents 4499ee8a 503b5a90
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ do
--stdcmath) USEIMF=0;;
--imf) USEIMF=1;;
--preloadlib*) export ATHENA_ADD_PRELOAD=${a#*=};;
--drop-and-reload) export ATHENA_DROP_RELOAD=1;;
--drop-and-reload) ATHENA_DROP_RELOAD=1;;
--CA) USECA=1;;
*) otherargs="$otherargs $a";;
esac
......
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