summaryrefslogtreecommitdiff
path: root/tools/jsonproc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsonproc')
-rw-r--r--tools/jsonproc/Makefile2
-rwxr-xr-xtools/jsonproc/jsonproc.exebin3150147 -> 3150147 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/jsonproc/Makefile b/tools/jsonproc/Makefile
index 721da10..47198b1 100644
--- a/tools/jsonproc/Makefile
+++ b/tools/jsonproc/Makefile
@@ -1,4 +1,4 @@
-CXX := g++
+CXX ?= g++
CXXFLAGS := -Wall -std=c++11 -O2
diff --git a/tools/jsonproc/jsonproc.exe b/tools/jsonproc/jsonproc.exe
index d127aa0..ba0a931 100755
--- a/tools/jsonproc/jsonproc.exe
+++ b/tools/jsonproc/jsonproc.exe
Binary files differ