Browse Source

revert

pull/557/head
Jeff Becker 8 years ago
parent
commit
9215a54c23
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Makefile.linux

2
Makefile.linux

@ -28,7 +28,7 @@ endif @@ -28,7 +28,7 @@ endif
NEEDED_CXXFLAGS += -fPIC
ifeq ($(USE_STATIC),yes)
#LIBDIR = /usr/lib
LIBDIR := /usr/lib
LDLIBS = $(LIBDIR)/libboost_system.a
LDLIBS += $(LIBDIR)/libboost_date_time.a
LDLIBS += $(LIBDIR)/libboost_filesystem.a

Loading…
Cancel
Save