aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-02 18:05:41 +0200
committerSimon Warta <[email protected]>2015-07-21 20:06:18 +0200
commit321a194a5400e200ecd02568706fa7b8c1339fcc (patch)
treedd32164264754b9b4b67e775ebcd518711aa789b /src/build-data/makefile
parente253ac7edc7f3968021d3e7fcae765b4b2090643 (diff)
Rename template variable cc -> cxx
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r--src/build-data/makefile/header.in2
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}