mirror of
https://github.com/monero-project/monero.git
synced 2025-06-21 12:34:13 -04:00
Fixup choice of easylogging++ vs libunwind stack trace code
This commit is contained in:
parent
cb54eeaa31
commit
422ecc98e4
3 changed files with 7 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__
|
||||
#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__
|
||||
#define USE_UNWIND
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue