Skip to content

Commit

Permalink
Bug Fix opentoonz#5207: fix typo in test condition to use atos on MACOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
orieg committed Dec 6, 2023
1 parent b747084 commit 67b5339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toonz/sources/toonz/crashhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static bool sh(std::string &out, const char *cmd) {

static bool addr2line(std::string &out, const char *exepath, const char *addr) {
char cmd[512];
#ifdef OSX
#ifdef MACOSX
sprintf(cmd, "atos -o \"%.400s\" %s 2>&1", exepath, addr);
#else
sprintf(cmd, "addr2line -f -p -e \"%.400s\" %s 2>&1", exepath, addr);
Expand Down

0 comments on commit 67b5339

Please sign in to comment.