1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Add CXX to grid-config

This commit is contained in:
Peter Boyle
2018-11-07 13:32:46 +00:00
parent 6f421c7a6f
commit 2205b1e63e
2 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,10 @@ while test $# -gt 0; do
echo @GRID_CXXFLAGS@
;;
--cxx)
echo @GRID_CXX@
;;
--ldflags)
echo @GRID_LDFLAGS@
;;