[c-host] fix NvFBC build after moving headers

This commit is contained in:
Geoffrey McRae
2019-04-11 17:15:17 +10:00
parent 32bd6d96e3
commit 8cedad8241
7 changed files with 21 additions and 5 deletions

View File

@@ -258,7 +258,7 @@ static bool captureRestart()
int app_main()
{
if (!installCrashHandler())
if (!installCrashHandler(os_getExecutable()))
DEBUG_WARN("Failed to install the crash handler");
unsigned int shmemSize = os_shmemSize();