mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
21a624af23
Make sure all required dependencies are linked statically, by only providing the static libraries.
24 lines
560 B
Makefile
24 lines
560 B
Makefile
packages:=boost openssl libevent zeromq cppzmq zlib expat ldns cppzmq readline libiconv qt hidapi
|
|
native_packages := native_ccache
|
|
|
|
wallet_packages=bdb
|
|
|
|
darwin_native_packages = native_biplist native_ds_store native_mac_alias
|
|
darwin_packages = sodium-darwin
|
|
|
|
linux_packages = eudev libusb
|
|
|
|
ifeq ($(host_os),linux)
|
|
packages += unwind
|
|
packages += sodium
|
|
endif
|
|
ifeq ($(host_os),mingw32)
|
|
packages += icu4c
|
|
packages += sodium
|
|
endif
|
|
|
|
ifneq ($(build_os),darwin)
|
|
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
|
|
packages += readline
|
|
endif
|
|
|