From b2dfa0a4e473937f37994737e2cc1347f9e88e07 Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Mon, 4 May 2015 09:11:56 -0400 Subject: [PATCH] Update Makefile for better compatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1bdd7b..bec1a27 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ endif # Platform compiler flags ifeq ($(OS),Darwin) - CXX = clang++ -std=c++98 -mmacosx-version-min=10.5 + CXX = $(shell wx-config --cxx) LDLIBS += /usr/local/lib/libssh2.a endif ifeq ($(OS),Linux)