Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Sep 19, 2024
1 parent be5c51d commit 6626bdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Secp256k1.xs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6626bdb

Please sign in to comment.