diff options
author | Elias Naur <[email protected]> | 2024-10-06 17:06:35 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-10-08 08:54:35 +0100 |
commit | e62fc43b055d5a68418f0c852acc150a2cd688df (patch) | |
tree | 75f253c0c0725e5b6d0c8bd25a55bec16372b80d /GNUmakefile | |
parent | 158be02ef7bacaa88c1961b21e41f6f965ffbf7c (diff) | |
download | tinygo-e62fc43b055d5a68418f0c852acc150a2cd688df.tar.gz tinygo-e62fc43b055d5a68418f0c852acc150a2cd688df.zip |
crypto/x509/internal/macos: add package stub to build crypto/x509 on macOS
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index ac7f66f12..110ab5463 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -310,6 +310,7 @@ TEST_PACKAGES_FAST = \ container/list \ container/ring \ crypto/des \ + crypto/ecdsa \ crypto/elliptic \ crypto/md5 \ crypto/rc4 \ |