mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 17:14:51 -04:00
Merge pull request #3430
42397359
Fixup 32bit arm build (TheCharlatan)a06d2581
Fix Windows build (TheCharlatan)ecaf5b3f
Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan)cbbf4d24
Adapt translations to upstream changes (TheCharlatan)db571546
Updated pcsc url (TheCharlatan)f0ba19fd
Add lrelease to the depends (TheCharlatan)cfb30462
Add Miniupnp submodule (TheCharlatan)5f7da005
Unbound is now a submodule. Adapt depends for this. (TheCharlatan)d6b9bdd3
Update readmes to reflect the usage of depends (TheCharlatan)56b6e41e
Add support for apple and arm building (TheCharlatan)29311fd1
Disable stack unwinding for mingw32 depends build. (TheCharlatan)8db3d573
Modify depends for monero's dependencies (TheCharlatan)0806a23a
Initial depends addition (TheCharlatan)
This commit is contained in:
commit
9c40bc62fc
73 changed files with 6190 additions and 20 deletions
|
@ -27,9 +27,13 @@
|
|||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
if(APPLE)
|
||||
find_library(IOKIT_LIBRARY IOKit)
|
||||
mark_as_advanced(IOKIT_LIBRARY)
|
||||
list(APPEND EXTRA_LIBRARIES ${IOKIT_LIBRARY})
|
||||
if(DEPENDS)
|
||||
list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework ApplicationServices -framework AppKit -framework IOKit")
|
||||
else()
|
||||
find_library(IOKIT_LIBRARY IOKit)
|
||||
mark_as_advanced(IOKIT_LIBRARY)
|
||||
list(APPEND EXTRA_LIBRARIES ${IOKIT_LIBRARY})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(cryptonote_basic_sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue