Disabled (at least temporarily) commit 8e0c425.

Details:
- Reverted changes in 8e0c425 due to AppVeyor build failures that we do
  not yet understand.
This commit is contained in:
Field G. Van Zee
2021-08-27 12:17:26 -05:00
parent 8e0c4255de
commit 2be78fc977

View File

@@ -70,7 +70,7 @@
#endif
// Determine the target operating system.
#if defined(BLIS_ENABLE_SYSTEM)
//#if defined(BLIS_ENABLE_SYSTEM)
#if defined(_WIN32) || defined(__CYGWIN__)
#define BLIS_OS_WINDOWS 1
#elif defined(__gnu_hurd__)
@@ -94,9 +94,9 @@
#else
#error "Cannot determine operating system"
#endif
#else // #if defined(BLIS_DISABLE_SYSTEM)
#define BLIS_OS_NONE
#endif
//#else // #if defined(BLIS_DISABLE_SYSTEM)
// #define BLIS_OS_NONE
//#endif
// A few changes that may be necessary in Windows environments.
#if BLIS_OS_WINDOWS