1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 16:27:05 +01:00

Updated to expose GRID_CXXLD in addition to CXXLD.

NB: CXXLD required as this is what drives linking behaviour.
This commit is contained in:
Michael Marshall
2020-04-23 15:25:53 +01:00
parent e96c86ec14
commit 5daf176f4a
2 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,7 @@ while test $# -gt 0; do
;;
--cxxld)
echo @CXXLD@
echo @GRID_CXXLD@
;;
--ldflags)