diff options
author | Simon Warta <[email protected]> | 2015-07-02 18:05:41 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-21 20:06:18 +0200 |
commit | 321a194a5400e200ecd02568706fa7b8c1339fcc (patch) | |
tree | dd32164264754b9b4b67e775ebcd518711aa789b /src/build-data/makefile | |
parent | e253ac7edc7f3968021d3e7fcae765b4b2090643 (diff) |
Rename template variable cc -> cxx
Diffstat (limited to 'src/build-data/makefile')
-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 b0e248ebe..d821361f6 100644 --- a/src/build-data/makefile/header.in +++ b/src/build-data/makefile/header.in @@ -1,5 +1,5 @@ # Compiler Options -CXX = %{cc} +CXX = %{cxx} LIB_OPT = %{lib_opt} APP_OPT = %{app_opt} LANG_FLAGS = %{lang_flags} |