mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #3430
42397359Fixup 32bit arm build (TheCharlatan)a06d2581Fix Windows build (TheCharlatan)ecaf5b3fAdd libsodium to the packages, the arm build was complaining about it. (TheCharlatan)cbbf4d24Adapt translations to upstream changes (TheCharlatan)db571546Updated pcsc url (TheCharlatan)f0ba19fdAdd lrelease to the depends (TheCharlatan)cfb30462Add Miniupnp submodule (TheCharlatan)5f7da005Unbound is now a submodule. Adapt depends for this. (TheCharlatan)d6b9bdd3Update readmes to reflect the usage of depends (TheCharlatan)56b6e41eAdd support for apple and arm building (TheCharlatan)29311fd1Disable stack unwinding for mingw32 depends build. (TheCharlatan)8db3d573Modify depends for monero's dependencies (TheCharlatan)0806a23aInitial depends addition (TheCharlatan)
This commit is contained in:
commit
9c40bc62fc
73 changed files with 6190 additions and 20 deletions
|
|
@ -46,8 +46,9 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(PCSC DEFAULT_MSG PCSC_LIBRARY PCSC_INCLUDE_DIR
|
|||
|
||||
IF(PCSC_FOUND)
|
||||
SET( PCSC_LIBRARIES ${PCSC_LIBRARY} )
|
||||
SET(PCSC_STATIC_LIBRARIES ${PCSC_STATIC_LIBRARY})
|
||||
ELSE(PCSC_FOUND)
|
||||
SET( PCSC_LIBRARIES )
|
||||
ENDIF(PCSC_FOUND)
|
||||
|
||||
MARK_AS_ADVANCED( PCSC_LIBRARY PCSC_INCLUDE_DIR )
|
||||
MARK_AS_ADVANCED( PCSC_LIBRARY PCSC_INCLUDE_DIR PCSC_STATIC_LIBRARY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue