Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
- again?
  • Loading branch information
soundart committed Jan 8, 2016
1 parent ea4f6c8 commit 58b7195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Build.pm
Expand Up @@ -7,7 +7,7 @@ use Shell::Command;
class Build is Panda::Builder {
method build($dir) {
my %vars = get-vars($dir);
%vars<p5helper> = $*VM.platform-library-name('tweetnacl'.IO);
%vars<tweetnacl> = $*VM.platform-library-name('tweetnacl'.IO);
mkdir "$dir/resources" unless "$dir/resources".IO.e;
mkdir "$dir/resources/libraries" unless "$dir/resources/libraries".IO.e;
process-makefile($dir, %vars);
Expand Down
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -34,7 +34,7 @@ INSTALL
perl6 Configure.pl6
make
make test
# panda install git://github.com/soundart/perl6-tweetnacl.git
panda install git://github.com/soundart/perl6-tweetnacl.git

DESCRIPTION
===========
Expand All @@ -47,14 +47,10 @@ This is my first perl6 attempt. Feedback very much appreciated.

open questions:

- how to do the panda thing

- class Ciphertext: attributes $!data and $!nonce have to be
transported(e.g. send via network) from encryption to
decryption host. Should there be a serialize() method?

- howto make "make test" load the shared lib, without native('./lib/tweetnacl')

COPYRIGHT AND LICENSE
=====================

Expand Down

0 comments on commit 58b7195

Please sign in to comment.