summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandroColomar <colomar.6.4.3@gmail.com>2018-10-25 13:06:33 +0200
committerAlejandroColomar <colomar.6.4.3@gmail.com>2018-10-25 13:06:33 +0200
commit7f213a7a30229274514ab389cccbf5e256f13cb4 (patch)
tree32be9398c4b0ce2ed10210aa238d650b5046e136
parent7b9a8f3fa83bc774785ab092f5149cf1b53c5d7e (diff)
Fig bug: export CXX in the Makefile
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d188fd0..ef70a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ export BIN_NAME
LD = ld
export CC
+export CXX
export AS
export LD