diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/igraph/glpk-uwp.patch | |
Diffstat (limited to 'vcpkg/ports/igraph/glpk-uwp.patch')
| -rw-r--r-- | vcpkg/ports/igraph/glpk-uwp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/igraph/glpk-uwp.patch b/vcpkg/ports/igraph/glpk-uwp.patch new file mode 100644 index 0000000..7bee3ae --- /dev/null +++ b/vcpkg/ports/igraph/glpk-uwp.patch @@ -0,0 +1,13 @@ +diff --git a/vendor/glpk/env/dlsup.c b/vendor/glpk/env/dlsup.c +index 741354475..968a794b7 100644 +--- a/vendor/glpk/env/dlsup.c ++++ b/vendor/glpk/env/dlsup.c +@@ -25,6 +25,8 @@ + + #include "env.h" + ++#undef __WOE__ ++ + /* GNU version ********************************************************/ + + #if defined(HAVE_LTDL) |