tools.deploy.shaker: Fix call to lookup-library.

db4
Doug Coleman 2013-03-23 20:03:51 -07:00
parent 22c8e78c6d
commit 9c0d2068c9
1 changed files with 2 additions and 1 deletions

View File

@ -550,7 +550,8 @@ SYMBOL: deploy-vocab
: write-vocab-manifest ( vocab-manifest-out -- )
"Writing vocabulary manifest to " write dup print flush
vocabs "VOCABS:" prefix
deploy-libraries get [ library path>> ] map members "LIBRARIES:" prefix append
deploy-libraries get [ lookup-library path>> ] map members
"LIBRARIES:" prefix append
swap utf8 set-file-lines ;
: prepare-deploy-libraries ( -- )