diff --git a/Secp256k1.xs b/Secp256k1.xs index 6f201a4..7b56e89 100644 --- a/Secp256k1.xs +++ b/Secp256k1.xs @@ -1,4 +1,3 @@ -#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" diff --git a/dist.ini b/dist.ini index 3e14e05..18ee1c1 100644 --- a/dist.ini +++ b/dist.ini @@ -5,7 +5,7 @@ license = Perl_5 copyright_holder = Bartosz Jarzyna [MakeMaker::Awesome] -header = use Alien::Base::Wrapper qw( Alien::libsecp256k1 !export ); +header = use Alien::Base::Wrapper qw( Alien::libsecp256k1 ); WriteMakefile_arg = Alien::Base::Wrapper->mm_args [GatherDir]