Skip to content

Commit 1314ce8

Browse files
committed
drop system
1 parent 1a1a359 commit 1314ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bindir ?= $(exec_prefix)/bin
1313
# Flags
1414
CXX ?= g++
1515
CXXFLAGS += -std=c++17 -isystem ${EBROOTHTSLIB} -pedantic -W -Wall -Wno-unknown-pragmas -D__STDC_LIMIT_MACROS -fno-strict-aliasing -fpermissive
16-
LDFLAGS += -L${EBROOTHTSLIB} -lboost_iostreams -lboost_filesystem -lboost_system -lboost_program_options -lboost_date_time
16+
LDFLAGS += -L${EBROOTHTSLIB} -lboost_iostreams -lboost_filesystem -lboost_program_options -lboost_date_time
1717

1818
# Flags for static compile
1919
ifeq (${STATIC}, 1)

0 commit comments

Comments
 (0)