installables need to depend on their source files...
This commit is contained in:
		
							parent
							
								
									3df4906d52
								
							
						
					
					
						commit
						fb2a42a2db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -713,7 +713,7 @@ definerule("installable", | ||||||
| 					error("installable can only cope with targets emitting single files") | 					error("installable can only cope with targets emitting single files") | ||||||
| 				end | 				end | ||||||
| 
 | 
 | ||||||
| 				deps[#deps+1] = src.fullname | 				deps[#deps+1] = f | ||||||
| 				dests[#dests+1] = dest | 				dests[#dests+1] = dest | ||||||
| 				commands[#commands+1] = "cp "..f[1].." "..dest | 				commands[#commands+1] = "cp "..f[1].." "..dest | ||||||
| 			end | 			end | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue