From: rbrunner7 Date: Fri, 29 Mar 2024 15:39:56 +0000 (+0100) Subject: Make 3 Monero variables more available to the Feather makefile X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=402ef14b79bb8066cf342157c0b4d9130879409f;p=gamesguru%2Ffeather.git Make 3 Monero variables more available to the Feather makefile --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3098ddfa..639be01f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,9 @@ get_directory_property(ARCH_WIDTH DIRECTORY "monero" DEFINITION ARCH_WIDTH) get_directory_property(UNBOUND_LIBRARY DIRECTORY "monero" DEFINITION UNBOUND_LIBRARY) get_directory_property(DEVICE_TREZOR_READY DIRECTORY "monero" DEFINITION DEVICE_TREZOR_READY) get_directory_property(TREZOR_DEP_LIBS DIRECTORY "monero" DEFINITION TREZOR_DEP_LIBS) +get_directory_property(OPENBSD DIRECTORY "monero" DEFINITION OPENBSD) +get_directory_property(FREEBSD DIRECTORY "monero" DEFINITION FREEBSD) +get_directory_property(DRAGONFLY DIRECTORY "monero" DEFINITION DRAGONFLY) # libXau # workaround for: undefined reference to `XauGetBestAuthByAddr'