Skip to content

Commit

Permalink
core: Try to use DLLAPI to fix Windows link
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Sep 24, 2024
1 parent 2632b86 commit 4f99421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eigenpy/numpy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// For compatibility with Numpy 2.x
// See
// https://numpy.org/devdocs/reference/c-api/array.html#c.NPY_API_SYMBOL_ATTRIBUTE
#define NPY_API_SYMBOL_ATTRIBUTE
#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI

#include <numpy/numpyconfig.h>
#ifdef NPY_1_8_API_VERSION
Expand Down

0 comments on commit 4f99421

Please sign in to comment.