one line typo

This commit is contained in:
Dwedit 2018-04-06 20:14:29 -05:00
parent ee0afec787
commit cb74af60c9

View File

@ -203,7 +203,7 @@ void run_ahead(int runAheadCount, bool useSecondary)
bool okay;
bool lastFrame;
bool suspendedFrame;
#if defined(HAVE_DYNAMIC) && HAVE_DYNAMIC
#if defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB)
const bool haveDynamic = true;
#else
const bool haveDynamic = false;