File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exists($${DIGITALNOTE_LIB_SECP256K1_DIR}/.libs/libsecp256k1.a) {
1414contains (COMPILE_SECP256K1, 1 ) {
1515 # Build Secp256k1
1616 # we use QMAKE_CXXFLAGS_RELEASE even without RELEASE=1 because we use RELEASE to indicate linking preferences not -O preferences
17- extra_secp256k1.commands = cd $${DIGITALNOTE_LIB_SECP256K1_DIR } && chmod 755 ./autogen.sh && ./autogen.sh && ./configure --enable-module-recovery && $(MAKE) clean && CC =$$QMAKE_CC CXX =$$QMAKE_CXX $(MAKE) OPT = \ "$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\"
17+ extra_secp256k1.commands = cd $${DIGITALNOTE_LIB_SECP256K1_DIR } && chmod 755 ./autogen.sh && ./autogen.sh && ./configure --enable-module-recovery && $(MAKE) clean && CC =$$QMAKE_CC CXX =$$QMAKE_CXX $(MAKE)
1818 extra_secp256k1.target = $${DIGITALNOTE_LIB_SECP256K1_DIR }/.libs/libsecp256k1.a
1919 extra_secp256k1.depends = FORCE
2020
You can’t perform that action at this time.
0 commit comments