Update Makefile for better compatibility
This commit is contained in:
parent
58b56df3a1
commit
b2dfa0a4e4
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ endif
|
|||||||
|
|
||||||
# Platform compiler flags
|
# Platform compiler flags
|
||||||
ifeq ($(OS),Darwin)
|
ifeq ($(OS),Darwin)
|
||||||
CXX = clang++ -std=c++98 -mmacosx-version-min=10.5
|
CXX = $(shell wx-config --cxx)
|
||||||
LDLIBS += /usr/local/lib/libssh2.a
|
LDLIBS += /usr/local/lib/libssh2.a
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS),Linux)
|
ifeq ($(OS),Linux)
|
||||||
|
Loading…
Reference in New Issue
Block a user