Copy source location to generate runtime paths.
Fix found by @lexi-lambda. Bug reported by dbenoit@fedoraproject.org.
This commit is contained in:
parent
efe5d2d83f
commit
0a00e82ca1
|
@ -186,7 +186,8 @@
|
|||
(path-of
|
||||
#,(datum->syntax
|
||||
#'orig-stx
|
||||
`(,#'this-expression-source-file))))
|
||||
`(,#'this-expression-source-file)
|
||||
#'orig-stx)))
|
||||
#'void)])
|
||||
(apply to-values (resolve-paths (#%variable-reference)
|
||||
get-dir
|
||||
|
|
Loading…
Reference in New Issue
Block a user