Skip to content

Commit

Permalink
Fixes for PowerPC (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Jul 15, 2020
1 parent 6a49945 commit 3b67a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "terrastate.h"
#include "tcompilerstate.h"

#if !defined(__arm__) && !defined(__aarch64__)
#if !defined(__arm__) && !defined(__aarch64__) && !defined(__PPC__)

#ifndef _WIN32
#include <execinfo.h>
Expand Down

0 comments on commit 3b67a89

Please sign in to comment.