v0-2-2
This commit is contained in:
parent
3c2033ac2f
commit
e5b121416c
|
|
@ -1,6 +1,6 @@
|
||||||
((packager . "retropikzel")
|
((packager . "retropikzel")
|
||||||
(name . "pffi")
|
(name . "pffi")
|
||||||
(version . "v0-2-1")
|
(version . "v0-2-2")
|
||||||
(type . "library")
|
(type . "library")
|
||||||
(description . "Portable Foreign Function Interface for R7RS schemes")
|
(description . "Portable Foreign Function Interface for R7RS schemes")
|
||||||
(license . "LGPL")
|
(license . "LGPL")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
(define-library
|
(define-library
|
||||||
(retropikzel pffi v0-2-1 main)
|
(retropikzel pffi v0-2-2 main)
|
||||||
(cond-expand
|
(cond-expand
|
||||||
(sagittarius
|
(sagittarius
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
|
|
@ -190,8 +190,6 @@
|
||||||
(let* ((paths (append auto-load-paths additional-paths))
|
(let* ((paths (append auto-load-paths additional-paths))
|
||||||
(versions (append auto-load-versions additional-versions))
|
(versions (append auto-load-versions additional-versions))
|
||||||
(shared-object #f))
|
(shared-object #f))
|
||||||
(write paths)
|
|
||||||
(newline)
|
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (path)
|
(lambda (path)
|
||||||
(for-each
|
(for-each
|
||||||
|
|
@ -202,14 +200,8 @@
|
||||||
object-name
|
object-name
|
||||||
platform-file-extension
|
platform-file-extension
|
||||||
version)))
|
version)))
|
||||||
(write library-path)
|
|
||||||
(if (file-exists? library-path)
|
(if (file-exists? library-path)
|
||||||
(begin
|
(set! shared-object library-path))))
|
||||||
(write " exists!")
|
|
||||||
(set! shared-object library-path)))
|
|
||||||
(newline)
|
|
||||||
|
|
||||||
))
|
|
||||||
versions))
|
versions))
|
||||||
paths)
|
paths)
|
||||||
(if (not shared-object)
|
(if (not shared-object)
|
||||||
Loading…
Reference in New Issue