We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84e9b commit f0c0075Copy full SHA for f0c0075
math-lib/info.rkt
@@ -11,7 +11,8 @@
11
("math-win32-i386" #:platform "win32\\i386")
12
("math-win32-x86_64" #:platform "win32\\x86_64")
13
("math-win32-arm64" #:platform "win32\\arm64")
14
- ("math-x86_64-linux-natipkg" #:platform "x86_64-linux-natipkg")))
+ ("math-x86_64-linux-natipkg" #:platform "x86_64-linux-natipkg")
15
+ ("math-aarch64-linux-natipkg" #:platform "aarch64-linux-natipkg")))
16
17
(define build-deps '())
18
0 commit comments