blob: 2d276b299ae49c5f072b71738389e3b76f5491d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Ghidra/Features/Decompiler/src/decompile/cpp/Makefile.orig 2019-11-04 12:40:52 UTC
+++ Ghidra/Features/Decompiler/src/decompile/cpp/Makefile
@@ -33,8 +33,8 @@ ifeq ($(OS),Darwin)
OSDIR=osx64
endif
-CC=gcc
-CXX=g++
+CC?=cc
+CXX?=c++
# Debug flags
DBG_CXXFLAGS=-g -Wall -Wno-sign-compare
|