Browse Source

New CPPDUALS: re-enable compiling with CYGWIN

pre-master-46
Holger Vogt 9 months ago
parent
commit
508ab3bd8c
  1. 2
      src/include/cppduals/duals/dual

2
src/include/cppduals/duals/dual

@ -44,9 +44,11 @@ _LIBCPP_END_NAMESPACE_STD
/// Configure whether system has POSIX extern int signgam; /// Configure whether system has POSIX extern int signgam;
#ifndef CPPDUALS_HAVE_SIGNGAM #ifndef CPPDUALS_HAVE_SIGNGAM
#ifndef _WIN32 #ifndef _WIN32
#ifndef __CYGWIN__
#define CPPDUALS_HAVE_SIGNGAM 1 #define CPPDUALS_HAVE_SIGNGAM 1
#endif #endif
#endif #endif
#endif
namespace duals { namespace duals {
/** /**

Loading…
Cancel
Save