From b51f6435c574d6251aeb55e081ac4b95f5a13041 Mon Sep 17 00:00:00 2001 From: Shawn Chain Date: Mon, 9 Dec 2019 14:41:07 +0800 Subject: [PATCH] fix linux compile --- Makefile.linux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.linux b/Makefile.linux index 08e14e1..e6be2ea 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -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