Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Apr 7, 2021
1 parent 111ae66 commit fef2c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/jit/cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ std::string get_program_cache_dir()
{
#if defined(JITIFY_USE_CACHE)
return get_cache_dir().string();
#elif
#else
return {};
#endif
}
Expand Down

0 comments on commit fef2c65

Please sign in to comment.