Fix load path bug
This commit is contained in:
parent
ead9f031d5
commit
3146a6933f
|
|
@ -1,6 +1,6 @@
|
|||
((packager . "retropikzel")
|
||||
(name . "r7rs-pffi")
|
||||
(version . "v0-4-3")
|
||||
(version . "v0-4-4")
|
||||
(type . "library")
|
||||
(description . "Portable Foreign Function Interface for R7RS schemes")
|
||||
(license . "LGPL")
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@
|
|||
"/run/current-system/profile/lib")
|
||||
; Debian
|
||||
(if (get-environment-variable "LD_LIBRARY_PATH")
|
||||
(list (string-split (get-environment-variable "LD_LIBRARY_PATH") #\:))
|
||||
(string-split (get-environment-variable "LD_LIBRARY_PATH") #\:)
|
||||
(list))
|
||||
(list
|
||||
;;; x86-64
|
||||
|
|
|
|||
Loading…
Reference in New Issue