Skip to content

Commit

Permalink
Try to remove linking with an older version of glibc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 18, 2024
1 parent 47e7f78 commit 3f699ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Magick.Native/Stdafx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

#include "Stdafx.h"

#if defined(MAGICK_NATIVE_LINUX)
#define GLIBC_SYMVER_VERSION "2.2.5"
#elif defined(MAGICK_NATIVE_LINUX_ARM64)
#define GLIBC_SYMVER_VERSION "2.17"
#endif
//#if defined(MAGICK_NATIVE_LINUX)
// #define GLIBC_SYMVER_VERSION "2.2.5"
//#elif defined(MAGICK_NATIVE_LINUX_ARM64)
// #define GLIBC_SYMVER_VERSION "2.17"
//#endif

#if defined GLIBC_SYMVER_VERSION
#if defined(__cplusplus) || defined(c_plusplus)
Expand Down

0 comments on commit 3f699ca

Please sign in to comment.