Skip to content

Commit e46bce6

Browse files
authored
Merge pull request #98 from sogaiu/record-directory-in-manifest
Partially address #83 by putting dir in manifest
2 parents d93b7c2 + a1090ee commit e46bce6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jpm/declare.janet

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@
185185
(if (bytes? sources)
186186
(install-rule sources path)
187187
(each s sources
188-
(install-rule s path))))
188+
(install-rule s path)))
189+
(when prefix
190+
(array/push (dyn :installed-files) path)))
189191

190192
(defn declare-headers
191193
"Declare headers for a library installation. Installed headers can be used by other native

0 commit comments

Comments
 (0)