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:
@ -61,6 +61,10 @@ while test $# -gt 0; do
|
||||
echo @GRID_CXXFLAGS@
|
||||
;;
|
||||
|
||||
--cxx)
|
||||
echo @GRID_CXX@
|
||||
;;
|
||||
|
||||
--ldflags)
|
||||
echo @GRID_LDFLAGS@
|
||||
;;
|
||||
|
Reference in New Issue
Block a user