Skip to content

Commit

Permalink
Removed unnecessary -lboost_program_options from coinvault.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeShark committed Dec 29, 2013
1 parent 217f39d commit 5198981
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coinvault.pro
Expand Up @@ -121,15 +121,13 @@ win32 {
-lboost_log-mt-s \
-lboost_system-mt-s \
-lboost_filesystem-mt-s \
-lboost_program_options-mt-s \
-lboost_regex-mt-s \
-lboost_thread_win32-mt-s \
} else {
LIBS += \
/usr/local/lib/libboost_log.a \
-lboost_system \
-lboost_filesystem \
-lboost_program_options \
-lboost_regex \
-lboost_thread
}
Expand Down

0 comments on commit 5198981

Please sign in to comment.