Skip to content
Snippets Groups Projects
Commit fee93afa authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: one more fix for HAIKU

parent 3afbc2c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2008)
SET(KWSYS_DATE_STAMP_MONTH 09)
# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 22)
SET(KWSYS_DATE_STAMP_DAY 23)
......@@ -98,7 +98,7 @@ int testDynamicLoader(int argc, char *argv[])
{
#if defined(_WIN32)
SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
#elif defined(__BEOS__)
#elif defined(__BEOS__) || defined(__HAIKU__)
disable_debugger(1);
#endif
int res = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment