Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a56eb5b277 |
@@ -3,4 +3,5 @@
|
|||||||
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
|
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
|
||||||
(release "1")
|
(release "1")
|
||||||
(release "2")
|
(release "2")
|
||||||
(release "3")
|
(release "3")
|
||||||
|
(release "4")
|
||||||
@@ -11,5 +11,5 @@
|
|||||||
; Files to install for your extension:
|
; Files to install for your extension:
|
||||||
'("hmac.o" "hmac.so" "hmac.import.so")
|
'("hmac.o" "hmac.so" "hmac.import.so")
|
||||||
; Assoc list with properties for your extension:
|
; Assoc list with properties for your extension:
|
||||||
'((version 1)
|
'((version 4)
|
||||||
(static "hmac.o"))) ;; for static linking
|
(static "hmac.o"))) ;; for static linking
|
||||||
Reference in New Issue
Block a user