Skip to content

Commit

Permalink
Remove bloated source filename path on crash
Browse files Browse the repository at this point in the history
  • Loading branch information
crudelios authored Jul 24, 2023
1 parent 1db1738 commit ec0f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/crash_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void system_setup_crash_handler(void)

// This define is a hack to easily remove the full Github Actions path from the source file,
// but the source compilation path on Github Actions has been stable since forever
#define GITHUB_ACTIONS_SOURCE_PATH "D:\\a\\julius\\julius\\"
#define GITHUB_ACTIONS_SOURCE_PATH "D:\\a\\augustus\\augustus\\"

#include <windows.h>

Expand Down

0 comments on commit ec0f516

Please sign in to comment.