diff options
Diffstat (limited to 'src/build-data/makefile/header.in')
-rw-r--r-- | src/build-data/makefile/header.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in index 3c4272d05..eaf4b511d 100644 --- a/src/build-data/makefile/header.in +++ b/src/build-data/makefile/header.in @@ -1,5 +1,5 @@ # Compiler Options -CXX = %{cxx} +CXX = %{cxx} %{cxx_abi_flags} LINKER = %{linker} CXXFLAGS = %{cc_compile_flags} |