From 6626bdb2dccefbe0de689bbd7126620f2d2b3dec Mon Sep 17 00:00:00 2001 From: bbrtj Date: Thu, 19 Sep 2024 19:50:53 +0200 Subject: [PATCH] WIP --- Secp256k1.xs | 1 - dist.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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]