Skip to content

Commit

Permalink
Merge pull request #38 from gpilab/develop
Browse files Browse the repository at this point in the history
Bug fix to restore gpi_make on OSX builds
  • Loading branch information
borupdaniel authored Jan 8, 2020
2 parents b1a6db3 + 4c19d2b commit c1f5987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/PyFI/PyFIArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using namespace std;

#include "PyFI/PyFIMacros.h"

#ifdef __linux__
#if defined (__linux__) || defined (__APPLE__)
#include <execinfo.h>
#include "PyFI/backtrace.cpp"
#endif
Expand Down

0 comments on commit c1f5987

Please sign in to comment.