Fix broken build without OpenMP

This commit is contained in:
heckflosse
2016-02-22 19:28:03 +01:00
parent baa8e61632
commit e16a505e04

View File

@@ -69,7 +69,7 @@
#define ALIGNED64 #define ALIGNED64
#define ALIGNED16 #define ALIGNED16
#endif #endif
#ifndef __clang__ #if !defined(__clang__) && defined _OPENMP
#define _RT_NESTED_OPENMP _OPENMP #define _RT_NESTED_OPENMP
#endif #endif
#endif #endif