Update Makefile for better compatibility

This commit is contained in:
Tim Warren 2015-05-04 09:11:56 -04:00
parent 58b56df3a1
commit b2dfa0a4e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)