fix linux compile

This commit is contained in:
Shawn Chain 2019-12-09 14:41:07 +08:00
parent d8192a9c7f
commit b51f6435c5

View file

@ -1,8 +1,8 @@
# export CXX ?= $(shell wx-config --cxx)
# export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags) -DLOG_LOCALTIME=1 -DLINUX=1
# export GUILIBS ?= $(shell wx-config --libs adv,core,base)
# export LIBS ?= $(shell wx-config --libs base)
# export LDFLAGS ?=
export CXX ?= $(shell wx-config --cxx)
export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags) -DLOG_LOCALTIME=1 -DLINUX=1
export GUILIBS ?= $(shell wx-config --libs adv,core,base)
export LIBS ?= $(shell wx-config --libs base)
export LDFLAGS ?=
all: ircDDBGateway/ircddbgatewayd