Skip to content

Commit

Permalink
Merge pull request #2 from CryptoCanary/patch-1
Browse files Browse the repository at this point in the history
Syntax fix & build leveldb by default
  • Loading branch information
sweepstakecoin committed Aug 13, 2017
2 parents e0154d5 + d2c621f commit 2cc4424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SweepstakeCoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ win32 {
LIBS += -L"E:/libcommuni-3.2.0/lib"

INCLUDEPATH += "E:/MinGW/msys/1.0/local/include"

}

# for boost 1.37, add -mt to the boost libraries
# use: qmake BOOST_LIB_SUFFIX=-mt
Expand Down Expand Up @@ -219,7 +219,7 @@ SOURCES += src/tor/address.c \
src/tor/transports.c \
src/tor/util_codedigest.c \

NO_LEVELDB=1
NO_LEVELDB=0
!contains(NO_LEVELDB, 1) {
!win32 {
# we use QMAKE_CXXFLAGS_RELEASE even without RELEASE=1 because we use RELEASE to indicate linking preferences not -O preferences
Expand Down

0 comments on commit 2cc4424

Please sign in to comment.