diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-05 22:44:48 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-05-06 02:23:45 -0700 |
| commit | 75ec124c678236aacac26b5415417af6337c8098 (patch) | |
| tree | 704128b949e48c4975be8a747ab3a895f27dd179 /pkg | |
| parent | f88817fbb5dd7807b02dc1b97a13508b6da5e283 (diff) | |
x509cert: Add headers
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/x509cert/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/x509cert/gen.lua b/pkg/x509cert/gen.lua index f7be2182..f92cc6f9 100644 --- a/pkg/x509cert/gen.lua +++ b/pkg/x509cert/gen.lua @@ -5,6 +5,7 @@ cflags{ } pkg.deps = {'pkg/bearssl/headers'} +pkg.hdrs = copy('$outdir/include', '$srcdir', {'asn1.h', 'x509cert.h'}) lib('libx509cert.a', { 'asn1.c', |
