(zilch lang ninja build): properly elide meson-private
Change-Id: I6a6a69647cac0ffa083525236e6b23b7e418ebd6
This commit is contained in:
parent
268b6fb8c2
commit
3f841baa1a
1 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@
|
|||
(for-each append-file (build-edge-inputs current-edge))
|
||||
(for-each append-file (build-edge-implicit-dependencies current-edge))
|
||||
(for-each append-file (build-edge-order-only-dependencies current-edge))
|
||||
|
||||
|
||||
(when
|
||||
(and
|
||||
(or (string=? (build-edge-rule current-edge) "CUSTOM_COMMAND")
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
(if (eq? loc 'directory)
|
||||
(set! base-paths (mapping-set! base-paths path (delay (vfs-to-store (vfs-subdir (ninja-build-config-root-dir conf) vfs-path)))))
|
||||
(set! base-paths (mapping-set! base-paths path loc)))
|
||||
(set! edges (mapping-set! edges path (cons 'base #f)))
|
||||
(set! edges (mapping-set! edges path (cons (if (string-prefix? "meson-private/" path) 'base-path 'base) #f)))
|
||||
(set! path-to-vfs (mapping-set! path-to-vfs path kv)))
|
||||
(vfs-contents (ninja-build-config-root-dir conf)))
|
||||
(define filtered-vfs (mapping-copy (vfs-contents (ninja-build-config-root-dir conf))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue